Home
last modified time | relevance | path

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

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