Lines Matching refs:bestDataSpace
954 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()
1048 mDisplayColorProfile->getBestColorMode(bestDataSpace, intent, &outDataSpace, &outMode, in pickColorProfile()