Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp129 for (auto hdrIntent : sHdrRenderIntents) { in getRenderIntentCandidates() local
130 if (hdrIntent == intent) { in getRenderIntentCandidates()
138 for (auto hdrIntent : sHdrRenderIntents) { in getRenderIntentCandidates() local
139 if (hdrIntent != intent) { in getRenderIntentCandidates()
140 candidates.push_back(hdrIntent); in getRenderIntentCandidates()