Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp325 mColorModes[getColorModeKey(dataspace, intent)] = {hwcDataspace, hwcColorMode, hwcIntent}; in addColorMode()
331 auto iter = mColorModes.find(getColorModeKey(Dataspace::V0_SRGB, intent)); in hasRenderIntent()
339 mColorModes.find(getColorModeKey(dataspace, RenderIntent::TONE_MAP_COLORIMETRIC)); in hasLegacyHdrSupport()
349 auto iter = mColorModes.find(getColorModeKey(dataspace, intent)); in getBestColorMode()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplayColorProfile.h75 static ColorModeKey getColorModeKey(ui::Dataspace dataspace, ui::RenderIntent intent) { in getColorModeKey() function