Searched refs:IsRotatorSupportedFormat (Results 1 – 9 of 9) sorted by relevance
254 bool CoreImpl::IsRotatorSupportedFormat(LayerBufferFormat format) { in IsRotatorSupportedFormat() function in sdm::CoreImpl256 return comp_mgr_.IsRotatorSupportedFormat(format); in IsRotatorSupportedFormat()
64 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format);
93 bool IsRotatorSupportedFormat(LayerBufferFormat format);
72 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format) { return false; } in IsRotatorSupportedFormat() function
688 bool CompManager::IsRotatorSupportedFormat(LayerBufferFormat format) { in IsRotatorSupportedFormat() function in sdm::CompManager690 return resource_intf_->IsRotatorSupportedFormat(format); in IsRotatorSupportedFormat()
267 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format) = 0;
78 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format) = 0;
1237 int HWCSession::DisplayConfigImpl::IsRotatorSupportedFormat(int hal_format, bool ubwc, in IsRotatorSupportedFormat() function in sdm::HWCSession::DisplayConfigImpl1248 *supported = hwc_session_->core_intf_->IsRotatorSupportedFormat(sdm_format); in IsRotatorSupportedFormat()
443 virtual int IsRotatorSupportedFormat(int hal_format, bool ubwc, bool *supported);