Home
last modified time | relevance | path

Searched defs:dynamicRangeProfiles (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DSimpleObjectsTest.java379 Set<Long> dynamicRangeProfiles = in colorSpaceProfilesTest() local
DExtendedCameraCharacteristicsTest.java2222 Set<Long> dynamicRangeProfiles = profileMap.get(colorSpace).get(imageFormat); in testColorSpaceProfileMap() local
2285 Set<Long> dynamicRangeProfiles = in test8BitColorSpaceOutputCharacteristics() local
2301 Set<Long> dynamicRangeProfiles = in test8BitColorSpaceOutputCharacteristics() local
2405 DynamicRangeProfiles dynamicRangeProfiles = c.get( in test10BitColorSpaceOutputCharacteristics() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java417 List<Long> dynamicRangeProfiles) { in setupConfigurationTargets()