Home
last modified time | relevance | path

Searched refs:max_cea_format (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_hdmi.cpp268 uint32_t max_cea_format = 0; in GetScanSupport() local
280 error = hw_intf_->GetMaxCEAFormat(&max_cea_format); in GetScanSupport()
291 } else if (video_format < max_cea_format) { in GetScanSupport()
Dhw_interface.h89 virtual DisplayError GetMaxCEAFormat(uint32_t *max_cea_format) = 0;
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.h53 virtual DisplayError GetMaxCEAFormat(uint32_t *max_cea_format);
Dhw_device.h71 virtual DisplayError GetMaxCEAFormat(uint32_t *max_cea_format);
Dhw_hdmi.cpp373 DisplayError HWHDMI::GetMaxCEAFormat(uint32_t *max_cea_format) { in GetMaxCEAFormat() argument
374 *max_cea_format = HDMI_VFRMT_END; in GetMaxCEAFormat()
Dhw_device.cpp1105 DisplayError HWDevice::GetMaxCEAFormat(uint32_t *max_cea_format) { in GetMaxCEAFormat() argument