Home
last modified time | relevance | path

Searched refs:curr_dynamic_range_ (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp185 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()
194 std::string mode_string = preferred_mode_[current_color_mode_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()
196 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()
204 curr_dynamic_range_ == kHdrType) { in ApplyCurrentColorModeWithRenderIntent()
210 (current_color_mode_ == ColorMode::BT2100_PQ) && (curr_dynamic_range_ == kSdrType)) { in ApplyCurrentColorModeWithRenderIntent()
222 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()
290 if ((!from_client) || (current_color_mode_ == mode && curr_dynamic_range_ == range)) { in SetPreferredColorModeInternal()
445 if (curr_dynamic_range_ == kHdrType) { in Dump()
Dhwc_display.h173 DynamicRangeType curr_dynamic_range_ = kSdrType; variable
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp178 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()
187 std::string mode_string = preferred_mode_[current_color_mode_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()
189 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()
197 curr_dynamic_range_ == kHdrType) { in ApplyCurrentColorModeWithRenderIntent()
208 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()
276 if ((!from_client) || (current_color_mode_ == mode && curr_dynamic_range_ == range)) { in SetPreferredColorModeInternal()
434 if (curr_dynamic_range_ == kHdrType) { in Dump()
Dhwc_display.h112 DynamicRangeType curr_dynamic_range_ = kSdrType; variable