Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A 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()
H A Dhwc_session.cpp941 int32_t /*RenderIntent*/ int_render_intent) { in SetColorModeWithRenderIntent()
947 if ((int_render_intent < 0) || (int_render_intent > MAX_EXTENDED_RENDER_INTENT)) { in SetColorModeWithRenderIntent()
948 DLOGE("Invalid RenderIntent: %d", int_render_intent); in SetColorModeWithRenderIntent()
952 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent()
H A Dhwc_session.h189 int32_t /*RenderIntent*/ int_render_intent);
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_session.h171 int32_t /*RenderIntent*/ int_render_intent);
H A Dhwc_session.cpp740 int32_t /*RenderIntent*/ int_render_intent) { in SetColorModeWithRenderIntent()
745 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_session.h196 int32_t /*RenderIntent*/ int_render_intent);
H A Dhwc_session.cpp1042 int32_t /*RenderIntent*/ int_render_intent) { in SetColorModeWithRenderIntent()
1047 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent()