/hardware/qcom/display/msm8998/sdm/include/core/ |
D | layer_stack.h | 254 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | layer_stack.h | 254 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | layer_stack.h | 254 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | layer_stack.h | 273 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
|
/hardware/qcom/sm7250/display/sdm/include/core/ |
D | layer_stack.h | 279 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | color_manager.cpp | 445 bool hdr_present = false, hdr_plus_present = false; in Validate() local 453 hdr_present = true; in Validate() 456 if (hdr_present) { in Validate() 473 if (hdr_present || hdr_plus_present) { in Validate()
|
D | display_base.cpp | 2169 return (hw_resource_info_.src_tone_map.none() && layer_stack->flags.hdr_present); in SetHdrModeAtStart()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_builtin.cpp | 228 static_cast<bool>(layer_stack_.flags.hdr_present)) != HWC2::Error::None) { in Validate() 247 if (layer_stack_.flags.hdr_present != hdr_present_) { in Validate() 248 error = display_intf_->ControlIdlePowerCollapse(!layer_stack_.flags.hdr_present, true); in Validate() 249 hdr_present_ = layer_stack_.flags.hdr_present; in Validate()
|
D | hwc_display_pluggable.cpp | 138 static_cast<bool>(layer_stack_.flags.hdr_present)) != HWC2::Error::None) { in Validate()
|
D | hwc_display.cpp | 172 HWC2::Error HWCColorMode::ApplyCurrentColorModeWithRenderIntent(bool hdr_present) { in ApplyCurrentColorModeWithRenderIntent() argument 178 if ((hdr_present && curr_dynamic_range_ == kHdrType) || in ApplyCurrentColorModeWithRenderIntent() 179 (!hdr_present && curr_dynamic_range_ == kSdrType)) in ApplyCurrentColorModeWithRenderIntent() 184 curr_dynamic_range_ = (hdr_present)? kHdrType : kSdrType; in ApplyCurrentColorModeWithRenderIntent() 190 if (mode_string.empty() && hdr_present) { in ApplyCurrentColorModeWithRenderIntent() 730 layer_stack_.flags.hdr_present = true; in BuildLayerStack()
|
D | hwc_display.h | 91 HWC2::Error ApplyCurrentColorModeWithRenderIntent(bool hdr_present);
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_pluggable.cpp | 138 static_cast<bool>(layer_stack_.flags.hdr_present)); in Validate()
|
D | hwc_display.cpp | 179 HWC2::Error HWCColorMode::ApplyCurrentColorModeWithRenderIntent(bool hdr_present) { in ApplyCurrentColorModeWithRenderIntent() argument 185 if ((hdr_present && curr_dynamic_range_ == kHdrType) || in ApplyCurrentColorModeWithRenderIntent() 186 (!hdr_present && curr_dynamic_range_ == kSdrType)) in ApplyCurrentColorModeWithRenderIntent() 191 curr_dynamic_range_ = (hdr_present)? kHdrType : kSdrType; in ApplyCurrentColorModeWithRenderIntent() 197 if (mode_string.empty() && hdr_present) { in ApplyCurrentColorModeWithRenderIntent() 763 layer_stack_.flags.hdr_present = true; in BuildLayerStack()
|
D | hwc_display.h | 153 HWC2::Error ApplyCurrentColorModeWithRenderIntent(bool hdr_present);
|
D | hwc_display_builtin.cpp | 346 static_cast<bool>(layer_stack_.flags.hdr_present)) != HWC2::Error::None) { in Validate()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display.cpp | 532 layer_stack_.flags.hdr_present = true; in BuildLayerStack() 1127 if (layer_stack_.flags.hdr_present) { in BuildLayerStack() 1918 if (layer_stack_.flags.hdr_present && (tone_mapper_ && tone_mapper_->IsActive())) { in BuildLayerStack()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display.cpp | 529 layer_stack_.flags.hdr_present = true; in BuildLayerStack() 1128 if (layer_stack_.flags.hdr_present) { in BuildLayerStack() 1876 if (layer_stack_.flags.hdr_present && (tone_mapper_ && tone_mapper_->IsActive())) { in BuildLayerStack()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display.cpp | 549 layer_stack_.flags.hdr_present = true; in BuildLayerStack() 1191 if (layer_stack_.flags.hdr_present) { in BuildLayerStack() 2032 if (layer_stack_.flags.hdr_present && (tone_mapper_ && tone_mapper_->IsActive())) { in BuildLayerStack()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display.cpp | 791 if (layer_stack_.flags.hdr_present) { in CommitLayerStack() 1320 layer_stack_.flags.hdr_present = true; in SetMetaData()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display.cpp | 791 if (layer_stack_.flags.hdr_present) { in CommitLayerStack() 1320 layer_stack_.flags.hdr_present = true; in SetMetaData()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_base.cpp | 1410 if (!layer_stack->flags.hdr_present) { in HandleHDR()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | display_base.cpp | 1385 if (!layer_stack->flags.hdr_present) { in HandleHDR()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_base.cpp | 1420 if (!layer_stack->flags.hdr_present) { in HandleHDR()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | display_base.cpp | 1905 return (hw_resource_info_.src_tone_map.none() && layer_stack->flags.hdr_present); in SetHdrModeAtStart()
|