Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.cpp142 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()
156 current_render_intent_ = intent; in SetColorModeWithRenderIntent()
168 if (current_color_mode_ == mode && current_render_intent_ == intent) { in CacheColorModeWithRenderIntent()
173 current_render_intent_ = intent; in CacheColorModeWithRenderIntent()
196 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()
206 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kSdrType]; in ApplyCurrentColorModeWithRenderIntent()
212 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kHdrType]; in ApplyCurrentColorModeWithRenderIntent()
222 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()
444 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
H A Dhwc_display.h135 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display.cpp139 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()
153 current_render_intent_ = intent; in SetColorModeWithRenderIntent()
166 current_render_intent_ = intent; in CacheColorModeWithRenderIntent()
189 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()
199 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kSdrType]; in ApplyCurrentColorModeWithRenderIntent()
208 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()
433 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
H A Dhwc_display.h93 RenderIntent GetCurrentRenderIntent() { return current_render_intent_; } in GetCurrentRenderIntent()
111 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A 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()
525 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
527 << (current_render_intent_ == RenderIntent::ENHANCE && HasWhiteCompensation()) << std::endl; in Dump()
529 << (current_render_intent_ == RenderIntent::ENHANCE && HasSaturationCompensation()) in Dump()
H A Dhwc_display.h191 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable