Home
last modified time | relevance | path

Searched refs:has_hdr (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_crtc.cpp335 string has_hdr = "has_hdr="; in ParseCapabilities() local
427 } else if (line.find(has_hdr) != string::npos) { in ParseCapabilities()
428 crtc_info_.has_hdr = std::stoi(string(line, has_hdr.length())); in ParseCapabilities()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h484 bool has_hdr; member
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h504 bool has_hdr; member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h199 bool has_hdr = false; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h193 bool has_hdr = false; member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h200 bool has_hdr = false; member
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_info_drm.cpp291 hw_resource->has_hdr = info.has_hdr; in GetSystemInfo()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.cpp284 hw_resource->has_hdr = info.has_hdr; in GetSystemInfo()
/hardware/qcom/sm7250/display/sdm/include/private/
Dhw_info_types.h333 bool has_hdr = false; member
/hardware/qcom/sm8150/display/sdm/include/private/
Dhw_info_types.h322 bool has_hdr = false; member
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_info.cpp242 hw_resource_->has_hdr = true; in GetHWResourceInfo()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_info.cpp242 hw_resource_->has_hdr = true; in GetHWResourceInfo()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_info.cpp246 hw_resource_->has_hdr = true; in GetHWResourceInfo()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_info.cpp240 hw_resource_->has_hdr = true; in GetHWResourceInfo()
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_builtin.cpp1434 fixed_info->hdr_supported = hw_resource_info.has_hdr; in GetConfig()
Ddisplay_base.cpp684 bool hdr_supported = hw_resource_info.has_hdr; in GetConfig()
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_base.cpp394 fixed_info->hdr_supported = (hw_resource_info.has_hdr && hw_panel_info_.hdr_enabled); in GetConfig()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_base.cpp385 fixed_info->hdr_supported = (hw_resource_info.has_hdr && hw_panel_info_.hdr_enabled); in GetConfig()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.cpp390 fixed_info->hdr_supported = (hw_resource_info.has_hdr && hw_panel_info_.hdr_enabled); in GetConfig()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp510 bool hdr_supported = hw_resource_info.has_hdr; in GetConfig()