Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp808 ui::Dataspace bestDataSpace = ui::Dataspace::V0_SRGB; in getBestDataspace() local
819 bestDataSpace = ui::Dataspace::DISPLAY_BT2020; in getBestDataspace()
822 bestDataSpace = ui::Dataspace::DISPLAY_P3; in getBestDataspace()
826 bestDataSpace = ui::Dataspace::DISPLAY_P3; in getBestDataspace()
833 bestDataSpace = ui::Dataspace::DISPLAY_P3; in getBestDataspace()
845 return bestDataSpace; in getBestDataspace()
858 ui::Dataspace bestDataSpace = getBestDataspace(&hdrDataSpace, &isHdrClientComposition); in pickColorProfile() local
862 bestDataSpace = ui::Dataspace::V0_SRGB; in pickColorProfile()
865 bestDataSpace = ui::Dataspace::DISPLAY_P3; in pickColorProfile()
875 bestDataSpace = hdrDataSpace; in pickColorProfile()
[all …]