Searched refs:render_intent (Results 1 – 7 of 7) sorted by relevance
341 render_intent == rhs.render_intent &&362 hwc::RenderIntent render_intent = hwc::RenderIntent::COLORIMETRIC; member
90 updateInfoSingleVal(displayScene.render_intent, intent); in setRenderIntent()
253 ALOGD("render_intent: %d", static_cast<uint32_t>(displayScene.render_intent)); in printDisplayScene()
1249 int32_t render_intent = 0; in SetColorModeInternal() local1251 render_intent = std::stoi(str_render_intent); in SetColorModeInternal()1254 if (render_intent < 0 || render_intent > MAX_EXTENDED_RENDER_INTENT) { in SetColorModeInternal()1255 DLOGW("Invalid render intent %d for mode id = %d", render_intent, sde_display_mode->id); in SetColorModeInternal()1265 error = color_mgr_->ColorMgrSetModeWithRenderIntent(sde_display_mode->id, pt, render_intent); in SetColorModeInternal()
387 auto render_intent = static_cast<RenderIntent>(int_render_intent); in PopulateColorModes() local389 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()
996 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent() local998 render_intent); in SetColorModeWithRenderIntent()
1047 auto render_intent = static_cast<RenderIntent>(int_render_intent); in SetColorModeWithRenderIntent() local1048 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()