Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp954 ui::Dataspace bestDataSpace = ui::Dataspace::V0_SRGB; in getBestDataspace() local
972 bestDataSpace = ui::Dataspace::DISPLAY_BT2020; in getBestDataspace()
975 bestDataSpace = ui::Dataspace::DISPLAY_P3; in getBestDataspace()
979 bestDataSpace = ui::Dataspace::DISPLAY_P3; in getBestDataspace()
986 bestDataSpace = ui::Dataspace::DISPLAY_P3; in getBestDataspace()
998 return bestDataSpace; in getBestDataspace()
1010 ui::Dataspace bestDataSpace = getBestDataspace(&hdrDataSpace, &isHdrClientComposition); in pickColorProfile() local
1014 bestDataSpace = ui::Dataspace::V0_SRGB; in pickColorProfile()
1017 bestDataSpace = ui::Dataspace::DISPLAY_P3; in pickColorProfile()
1027 bestDataSpace = hdrDataSpace; in pickColorProfile()
[all …]