Home
last modified time | relevance | path

Searched refs:render_intent (Results 1 – 8 of 8) sorted by relevance

/hardware/google/graphics/common/include/displaycolor/
Ddisplaycolor.h224 render_intent == rhs.render_intent &&
241 hwc::RenderIntent render_intent = hwc::RenderIntent::COLORIMETRIC; member
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_base.cpp1061 int32_t render_intent = 0; in SetColorModeInternal() local
1063 render_intent = std::stoi(str_render_intent); in SetColorModeInternal()
1066 if (render_intent < 0 || render_intent > MAX_EXTENDED_RENDER_INTENT) { in SetColorModeInternal()
1067 DLOGW("Invalid render intent %d for mode id = %d", render_intent, sde_display_mode->id); in SetColorModeInternal()
1077 error = color_mgr_->ColorMgrSetModeWithRenderIntent(sde_display_mode->id, pt, render_intent); in SetColorModeInternal()
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.h189 updateInfoSingleVal(displayScene.render_intent, intent); in setRenderIntent()
DExynosPrimaryDisplayModule.cpp728 ALOGD("render_intent: %d", static_cast<uint32_t>(displayScene.render_intent)); in printDisplayScene()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp387 auto render_intent = static_cast<RenderIntent>(int_render_intent); in PopulateColorModes() local
389 color_mode_map_[ColorMode::NATIVE][render_intent][kSdrType] = mode_string; in PopulateColorModes()
393 color_mode_map_[ColorMode::SRGB][render_intent][kSdrType] = mode_string; in PopulateColorModes()
397 color_mode_map_[ColorMode::DISPLAY_P3][render_intent][kSdrType] = mode_string; in PopulateColorModes()
401 color_mode_map_[ColorMode::DISPLAY_P3][render_intent][kHdrType] = mode_string; in PopulateColorModes()
403 color_mode_map_[ColorMode::BT2100_PQ][render_intent] in PopulateColorModes()
405 color_mode_map_[ColorMode::BT2100_HLG][render_intent] in PopulateColorModes()
Dhwc_session.cpp952 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent() local
954 render_intent); in SetColorModeWithRenderIntent()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.cpp745 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent() local
746 if ((render_intent < RenderIntent::COLORIMETRIC) || in SetColorModeWithRenderIntent()
747 (render_intent > RenderIntent::TONE_MAP_ENHANCE)) { in SetColorModeWithRenderIntent()
748 DLOGE("Invalid RenderIntent: %d", render_intent); in SetColorModeWithRenderIntent()
752 mode, render_intent); in SetColorModeWithRenderIntent()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp1047 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent() local
1048 if ((render_intent < RenderIntent::COLORIMETRIC) || in SetColorModeWithRenderIntent()
1049 (render_intent > RenderIntent::TONE_MAP_ENHANCE)) { in SetColorModeWithRenderIntent()
1050 DLOGE("Invalid RenderIntent: %d", render_intent); in SetColorModeWithRenderIntent()
1054 mode, render_intent); in SetColorModeWithRenderIntent()