Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1160 List<Size> highSpeedSizes = Arrays.asList(config.getHighSpeedVideoSizes()); in testConstrainedHighSpeedCapability() local
1161 assertTrue("High speed sizes shouldn't be empty", highSpeedSizes.size() > 0); in testConstrainedHighSpeedCapability()
1166 for (Size size: highSpeedSizes) { in testConstrainedHighSpeedCapability()
1210 Arrays.toString(highSpeedSizes.toArray()), in testConstrainedHighSpeedCapability()
1211 highSpeedSizes.contains(camcorderProfileSize)); in testConstrainedHighSpeedCapability()