Searched refs:render_intent (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/google/graphics/common/include/displaycolor/ |
H A D | displaycolor.h | 224 render_intent == rhs.render_intent && 241 hwc::RenderIntent render_intent = hwc::RenderIntent::COLORIMETRIC; member
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/ |
H A D | display_base.cpp | 1061 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()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display.cpp | 387 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()
|
H A D | hwc_session.cpp | 952 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent() local 954 render_intent); in SetColorModeWithRenderIntent()
|
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/ |
H A D | ExynosPrimaryDisplayModule.h | 189 updateInfoSingleVal(displayScene.render_intent, intent); in setRenderIntent()
|
H A D | ExynosPrimaryDisplayModule.cpp | 728 ALOGD("render_intent: %d", static_cast<uint32_t>(displayScene.render_intent)); in printDisplayScene()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_session.cpp | 745 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()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_session.cpp | 1047 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()
|