Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2229 Map<ColorSpace.Named, Map<Integer, Set<Long>>> profileMap = in testColorSpaceProfileMap() local
2232 Set<ColorSpace.Named> colorSpaces = profileMap.keySet(); in testColorSpaceProfileMap()
2236 Set<Integer> imageFormats = profileMap.get(colorSpace).keySet(); in testColorSpaceProfileMap()
2242 Set<Long> dynamicRangeProfiles = profileMap.get(colorSpace).get(imageFormat); in testColorSpaceProfileMap()