Home
last modified time | relevance | path

Searched defs:hdr_present (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8909/sdm/include/core/
Dlayer_stack.h254 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h254 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dlayer_stack.h254 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
/hardware/qcom/sdm845/display/sdm/include/core/
Dlayer_stack.h256 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
/hardware/qcom/sm8150/display/sdm/include/core/
Dlayer_stack.h273 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp170 HWC2::Error HWCColorMode::ApplyCurrentColorModeWithRenderIntent(bool hdr_present) { in ApplyCurrentColorModeWithRenderIntent()