Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp133 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()
147 current_render_intent_ = intent; in SetColorModeWithRenderIntent()
159 if (current_color_mode_ == mode && current_render_intent_ == intent) { in CacheColorModeWithRenderIntent()
164 current_render_intent_ = intent; in CacheColorModeWithRenderIntent()
183 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()
193 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kSdrType]; in ApplyCurrentColorModeWithRenderIntent()
202 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()
427 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
Dhwc_display.h105 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.cpp113 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()
125 current_render_intent_ = intent; in SetColorModeWithRenderIntent()
171 if (current_render_intent_ == RenderIntent::ENHANCE) { in PickTransferMatrix()
524 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
526 << (current_render_intent_ == RenderIntent::ENHANCE && HasWhiteCompensation()) << std::endl; in Dump()
528 << (current_render_intent_ == RenderIntent::ENHANCE && HasSaturationCompensation()) in Dump()
Dhwc_display.h191 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable