Home
last modified time | relevance | path

Searched refs:hdr_present (Results 1 – 24 of 24) sorted by relevance

/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/msm8909/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/sm8150/display/sdm/include/core/
Dlayer_stack.h273 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
/hardware/qcom/sm7250/display/sdm/include/core/
Dlayer_stack.h279 uint32_t hdr_present : 1; //!< Set if stack has HDR content member
/hardware/qcom/sm7250/display/sdm/libs/core/
Dcolor_manager.cpp445 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()
Ddisplay_base.cpp2169 return (hw_resource_info_.src_tone_map.none() && layer_stack->flags.hdr_present); in SetHdrModeAtStart()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.cpp228 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()
Dhwc_display_pluggable.cpp138 static_cast<bool>(layer_stack_.flags.hdr_present)) != HWC2::Error::None) { in Validate()
Dhwc_display.cpp172 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()
Dhwc_display.h91 HWC2::Error ApplyCurrentColorModeWithRenderIntent(bool hdr_present);
/hardware/qcom/sm7250/display/composer/
Dhwc_display_pluggable.cpp138 static_cast<bool>(layer_stack_.flags.hdr_present)); in Validate()
Dhwc_display.cpp179 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()
Dhwc_display.h153 HWC2::Error ApplyCurrentColorModeWithRenderIntent(bool hdr_present);
Dhwc_display_builtin.cpp346 static_cast<bool>(layer_stack_.flags.hdr_present)) != HWC2::Error::None) { in Validate()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display.cpp532 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/
Dhwc_display.cpp529 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/
Dhwc_display.cpp549 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/
Dhwc_display.cpp791 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/
Dhwc_display.cpp791 if (layer_stack_.flags.hdr_present) { in CommitLayerStack()
1320 layer_stack_.flags.hdr_present = true; in SetMetaData()
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_base.cpp1410 if (!layer_stack->flags.hdr_present) { in HandleHDR()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_base.cpp1385 if (!layer_stack->flags.hdr_present) { in HandleHDR()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.cpp1420 if (!layer_stack->flags.hdr_present) { in HandleHDR()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp1905 return (hw_resource_info_.src_tone_map.none() && layer_stack->flags.hdr_present); in SetHdrModeAtStart()