Home
last modified time | relevance | path

Searched refs:kRenderIntentAttribute (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_pluggable.cpp273 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModes()
285 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModes()
315 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModesFromColorspace()
326 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModesFromColorspace()
Ddisplay_base.cpp1015 GetValueOfModeAttribute(it_mode->second, kRenderIntentAttribute, &str_render_intent); in SetColorMode()
1732 GetValueOfModeAttribute(var, kRenderIntentAttribute, &str_render_intent); in InitializeColorModes()
2031 hdr_var.push_back(std::make_pair(kRenderIntentAttribute, str_render_intent)); in InsertBT2020PqHlgModes()
/hardware/qcom/sm7250/display/sdm/include/private/
Dcolor_params.h96 static const std::string kRenderIntentAttribute = "RenderIntent"; variable
/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp374 } else if (it.first.find(kRenderIntentAttribute) != std::string::npos) { in PopulateColorModes()