Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DSimpleObjectsTest.java379 Set<Long> dynamicRangeProfiles = in colorSpaceProfilesTest() local
382 Long[] arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest()
386 dynamicRangeProfiles = in colorSpaceProfilesTest()
389 arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest()
395 dynamicRangeProfiles = in colorSpaceProfilesTest()
398 arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest()
402 dynamicRangeProfiles = in colorSpaceProfilesTest()
405 arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest()
DFeatureCombinationTest.java144 Set<Long> dynamicRangeProfiles = mStaticInfo.getAvailableDynamicRangeProfilesChecked(); in testIsSessionConfigurationSupported() local
150 for (Long dynamicProfile : dynamicRangeProfiles) { in testIsSessionConfigurationSupported()
499 Set<Long> dynamicRangeProfiles = mStaticInfo.getAvailableDynamicRangeProfilesChecked(); in testVPerfClassRequirements() local
502 dynamicRangeProfiles.contains(DynamicRangeProfiles.HLG10), true, in testVPerfClassRequirements()
DCameraDeviceSetupTest.java491 Set<Long> dynamicRangeProfiles = staticInfo.getAvailableDynamicRangeProfilesChecked(); in testFeatureCombinationQueryConsistencyByCamera() local
500 for (Long dynamicProfile : dynamicRangeProfiles) { in testFeatureCombinationQueryConsistencyByCamera()
DExtendedCameraCharacteristicsTest.java2242 Set<Long> dynamicRangeProfiles = profileMap.get(colorSpace).get(imageFormat); in testColorSpaceProfileMap() local
2244 + imageFormat + ") is null!", dynamicRangeProfiles); in testColorSpaceProfileMap()
2306 Set<Long> dynamicRangeProfiles = in test8BitColorSpaceOutputCharacteristics() local
2311 !dynamicRangeProfiles.isEmpty()); in test8BitColorSpaceOutputCharacteristics()
2322 Set<Long> dynamicRangeProfiles = in test8BitColorSpaceOutputCharacteristics() local
2327 !dynamicRangeProfiles.isEmpty()); in test8BitColorSpaceOutputCharacteristics()
2330 dynamicRangeProfiles.contains(DynamicRangeProfiles.STANDARD)); in test8BitColorSpaceOutputCharacteristics()
2427 DynamicRangeProfiles dynamicRangeProfiles = c.get( in test10BitColorSpaceOutputCharacteristics() local
2430 + "of 10-bit capable devices!", dynamicRangeProfiles); in test10BitColorSpaceOutputCharacteristics()
2432 dynamicRangeProfiles.getSupportedProfiles(); in test10BitColorSpaceOutputCharacteristics()
DCameraExtensionSessionTest.java828 DynamicRangeProfiles dynamicRangeProfiles = extensionChars in test10bitRepeatingAndCaptureCombined() local
831 assertNotNull(dynamicRangeProfiles); in test10bitRepeatingAndCaptureCombined()
832 assertTrue(dynamicRangeProfiles.getSupportedProfiles() in test10bitRepeatingAndCaptureCombined()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java424 List<Long> dynamicRangeProfiles) { in setupConfigurationTargets() argument
429 boolean use10BitRandomProfile = (dynamicRangeProfiles != null) && in setupConfigurationTargets()
430 (dynamicRangeProfiles.size() > 1); in setupConfigurationTargets()
457 dynamicRangeProfile = dynamicRangeProfiles.get(rnd.nextInt( in setupConfigurationTargets()
458 dynamicRangeProfiles.size())); in setupConfigurationTargets()
461 } else if (streamInfo.is10BitCapable() && (dynamicRangeProfiles != null)) { in setupConfigurationTargets()
462 dynamicRangeProfile = dynamicRangeProfiles.get(0); in setupConfigurationTargets()