Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DSimpleObjectsTest.java346 ColorSpaceProfiles colorSpaceProfiles = new ColorSpaceProfiles(elements); in colorSpaceProfilesTest() local
348 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 …]
DExtendedCameraCharacteristicsTest.java2224 ColorSpaceProfiles colorSpaceProfiles = c.get( in testColorSpaceProfileMap() local
2227 + "capability is reported!", colorSpaceProfiles); in testColorSpaceProfileMap()
2230 colorSpaceProfiles.getProfileMap(); in testColorSpaceProfileMap()
2276 ColorSpaceProfiles colorSpaceProfiles = c.get( in test8BitColorSpaceOutputCharacteristics() local
2279 + "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 …]
DCameraExtensionSessionTest.java880 ColorSpaceProfiles colorSpaceProfiles = extensionChars in test10bitRepeatingAndCaptureCombined() local
883 if (colorSpaceProfiles != null) { in test10bitRepeatingAndCaptureCombined()
885 colorSpaceProfiles.getSupportedColorSpacesForDynamicRange( in test10bitRepeatingAndCaptureCombined()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java873 ColorSpaceProfiles colorSpaceProfiles = mCharacteristics.get( in getAvailableColorSpacesChecked() local
876 if (colorSpaceProfiles == null) { in getAvailableColorSpacesChecked()
880 return colorSpaceProfiles.getSupportedColorSpaces(imageFormat); in getAvailableColorSpacesChecked()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1853 ColorSpaceProfiles colorSpaceProfiles = c.get(
1856 colorSpaceProfiles.getSupportedColorSpaces(ImageFormat.UNKNOWN);