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