Searched refs:colorSpaceProfiles (Results 1 – 5 of 5) sorted by relevance
346 ColorSpaceProfiles colorSpaceProfiles = new ColorSpaceProfiles(elements); in colorSpaceProfilesTest() local348 colorSpaceProfiles.getSupportedColorSpaces(ImageFormat.UNKNOWN); in colorSpaceProfilesTest()354 colorSpaceProfiles.getSupportedColorSpaces(ImageFormat.YUV_420_888); in colorSpaceProfilesTest()361 colorSpaceProfiles.getSupportedColorSpaces(ImageFormat.PRIVATE); in colorSpaceProfilesTest()366 colorSpaceProfiles.getSupportedImageFormatsForColorSpace( in colorSpaceProfilesTest()375 colorSpaceProfiles.getSupportedImageFormatsForColorSpace(ColorSpace.Named.SRGB); in colorSpaceProfilesTest()380 colorSpaceProfiles.getSupportedDynamicRangeProfiles(ColorSpace.Named.DISPLAY_P3, in colorSpaceProfilesTest()387 colorSpaceProfiles.getSupportedDynamicRangeProfiles(ColorSpace.Named.DISPLAY_P3, in colorSpaceProfilesTest()396 colorSpaceProfiles.getSupportedDynamicRangeProfiles(ColorSpace.Named.DISPLAY_P3, in colorSpaceProfilesTest()403 colorSpaceProfiles.getSupportedDynamicRangeProfiles(ColorSpace.Named.SRGB, in colorSpaceProfilesTest()[all …]
2224 ColorSpaceProfiles colorSpaceProfiles = c.get( in testColorSpaceProfileMap() local2227 + "capability is reported!", colorSpaceProfiles); in testColorSpaceProfileMap()2230 colorSpaceProfiles.getProfileMap(); in testColorSpaceProfileMap()2276 ColorSpaceProfiles colorSpaceProfiles = c.get( in test8BitColorSpaceOutputCharacteristics() local2279 + "capability is reported!", colorSpaceProfiles); in test8BitColorSpaceOutputCharacteristics()2282 colorSpaceProfiles.getSupportedColorSpacesForDynamicRange( in test8BitColorSpaceOutputCharacteristics()2292 Set<ColorSpace.Named> supportedColorSpaces = colorSpaceProfiles.getSupportedColorSpaces( in test8BitColorSpaceOutputCharacteristics()2301 colorSpaceProfiles.getSupportedImageFormatsForColorSpace(colorSpace); in test8BitColorSpaceOutputCharacteristics()2307 colorSpaceProfiles.getSupportedDynamicRangeProfiles( in test8BitColorSpaceOutputCharacteristics()2317 colorSpaceProfiles.getSupportedImageFormatsForColorSpace(colorSpace); in test8BitColorSpaceOutputCharacteristics()[all …]
880 ColorSpaceProfiles colorSpaceProfiles = extensionChars in test10bitRepeatingAndCaptureCombined() local883 if (colorSpaceProfiles != null) { in test10bitRepeatingAndCaptureCombined()885 colorSpaceProfiles.getSupportedColorSpacesForDynamicRange( in test10bitRepeatingAndCaptureCombined()
873 ColorSpaceProfiles colorSpaceProfiles = mCharacteristics.get( in getAvailableColorSpacesChecked() local876 if (colorSpaceProfiles == null) { in getAvailableColorSpacesChecked()880 return colorSpaceProfiles.getSupportedColorSpaces(imageFormat); in getAvailableColorSpacesChecked()
1853 ColorSpaceProfiles colorSpaceProfiles = c.get(1856 colorSpaceProfiles.getSupportedColorSpaces(ImageFormat.UNKNOWN);