Home
last modified time | relevance | path

Searched refs:int_render_intent (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp363 int int_render_intent = -1; in PopulateColorModes() local
375 int_render_intent = std::stoi(it.second); in PopulateColorModes()
379 if (int_render_intent < 0 || int_render_intent > MAX_EXTENDED_RENDER_INTENT) { in PopulateColorModes()
380 DLOGW("Invalid render intent %d for mode %s", int_render_intent, mode_string.c_str()); in PopulateColorModes()
385 pic_quality.c_str(), int_render_intent); in PopulateColorModes()
387 auto render_intent = static_cast<RenderIntent>(int_render_intent); in PopulateColorModes()
Dhwc_session.cpp985 int32_t /*RenderIntent*/ int_render_intent) { in SetColorModeWithRenderIntent()
991 if ((int_render_intent < 0) || (int_render_intent > MAX_EXTENDED_RENDER_INTENT)) { in SetColorModeWithRenderIntent()
992 DLOGE("Invalid RenderIntent: %d", int_render_intent); in SetColorModeWithRenderIntent()
996 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent()
Dhwc_session.h227 int32_t /*RenderIntent*/ int_render_intent);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h196 int32_t /*RenderIntent*/ int_render_intent);
Dhwc_session.cpp1042 int32_t /*RenderIntent*/ int_render_intent) { in SetColorModeWithRenderIntent()
1047 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent()