Home
last modified time | relevance | path

Searched refs:IsRotatorSupportedFormat (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Dcore_impl.cpp254 bool CoreImpl::IsRotatorSupportedFormat(LayerBufferFormat format) { in IsRotatorSupportedFormat() function in sdm::CoreImpl
256 return comp_mgr_.IsRotatorSupportedFormat(format); in IsRotatorSupportedFormat()
H A Dcore_impl.h64 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format);
H A Dcomp_manager.h93 bool IsRotatorSupportedFormat(LayerBufferFormat format);
H A Dresource_default.h72 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format) { return false; } in IsRotatorSupportedFormat() function
H A Dcomp_manager.cpp690 bool CompManager::IsRotatorSupportedFormat(LayerBufferFormat format) { in IsRotatorSupportedFormat() function in sdm::CompManager
692 return resource_intf_->IsRotatorSupportedFormat(format); in IsRotatorSupportedFormat()
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/
H A Dcore_interface.h267 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format) = 0;
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dresource_interface.h78 virtual bool IsRotatorSupportedFormat(LayerBufferFormat format) = 0;
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_session_services.cpp1210 int HWCSession::DisplayConfigImpl::IsRotatorSupportedFormat(int hal_format, bool ubwc, in IsRotatorSupportedFormat() function in sdm::HWCSession::DisplayConfigImpl
1221 *supported = hwc_session_->core_intf_->IsRotatorSupportedFormat(sdm_format); in IsRotatorSupportedFormat()
H A Dhwc_session.h403 virtual int IsRotatorSupportedFormat(int hal_format, bool ubwc, bool *supported);