Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DSimpleObjectsTest.java382 Long[] arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest() local
383 Assert.assertEquals(arrDynamicRangeProfiles.length, 1); in colorSpaceProfilesTest()
384 Assert.assertTrue(arrDynamicRangeProfiles[0] == DynamicRangeProfiles.STANDARD); in colorSpaceProfilesTest()
389 arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest()
390 Assert.assertEquals(arrDynamicRangeProfiles.length, 1); in colorSpaceProfilesTest()
391 Assert.assertTrue(arrDynamicRangeProfiles[0] == DynamicRangeProfiles.STANDARD); in colorSpaceProfilesTest()
398 arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest()
399 Assert.assertEquals(arrDynamicRangeProfiles.length, 0); in colorSpaceProfilesTest()
405 arrDynamicRangeProfiles = dynamicRangeProfiles.toArray(new Long[0]); in colorSpaceProfilesTest()
406 Assert.assertEquals(arrDynamicRangeProfiles.length, 0); in colorSpaceProfilesTest()
DExtendedCameraCharacteristicsTest.java2388 Long[] arrDynamicRangeProfiles = in test10BitColorSpaceOutputCharacteristics() local
2392 arrDynamicRangeProfiles.length == 1); in test10BitColorSpaceOutputCharacteristics()
2395 arrDynamicRangeProfiles[0] == DynamicRangeProfiles.STANDARD); in test10BitColorSpaceOutputCharacteristics()