Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DFeatureCombinationTest.java144 Set<Long> dynamicRangeProfiles = mStaticInfo.getAvailableDynamicRangeProfilesChecked(); in testIsSessionConfigurationSupported() local
499 Set<Long> dynamicRangeProfiles = mStaticInfo.getAvailableDynamicRangeProfilesChecked(); in testVPerfClassRequirements() local
DSimpleObjectsTest.java379 Set<Long> dynamicRangeProfiles = in colorSpaceProfilesTest() local
DExtendedCameraCharacteristicsTest.java2242 Set<Long> dynamicRangeProfiles = profileMap.get(colorSpace).get(imageFormat); in testColorSpaceProfileMap() local
2306 Set<Long> dynamicRangeProfiles = in test8BitColorSpaceOutputCharacteristics() local
2322 Set<Long> dynamicRangeProfiles = in test8BitColorSpaceOutputCharacteristics() local
2427 DynamicRangeProfiles dynamicRangeProfiles = c.get( in test10BitColorSpaceOutputCharacteristics() local
DCameraDeviceSetupTest.java491 Set<Long> dynamicRangeProfiles = staticInfo.getAvailableDynamicRangeProfilesChecked(); in testFeatureCombinationQueryConsistencyByCamera() local
DCameraExtensionSessionTest.java828 DynamicRangeProfiles dynamicRangeProfiles = extensionChars in test10bitRepeatingAndCaptureCombined() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java424 List<Long> dynamicRangeProfiles) { in setupConfigurationTargets()