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.java433 Set<Size> highSpeedSizes = config.getHighSpeedVideoSizes(); in verifyCommonRecommendedConfiguration() local
436 ((highSpeedSizes == null) || (highSpeedSizes.size() == 0))); in verifyCommonRecommendedConfiguration()
532 Set<Size> highSpeedSizes = videoConfig.getHighSpeedVideoSizes(); in verifyRecommendedVideoConfiguration() local
537 if ((highSpeedSizes != null) && (highSpeedSizes.size() > 0)) { in verifyRecommendedVideoConfiguration()
538 for (Size sz : highSpeedSizes) { in verifyRecommendedVideoConfiguration()
2134 List<Size> highSpeedSizes = Arrays.asList(config.getHighSpeedVideoSizes()); in testConstrainedHighSpeedCapability() local
2135 assertTrue("High speed sizes shouldn't be empty", highSpeedSizes.size() > 0); in testConstrainedHighSpeedCapability()
2140 for (Size size: highSpeedSizes) { in testConstrainedHighSpeedCapability()
2184 Arrays.toString(highSpeedSizes.toArray()), in testConstrainedHighSpeedCapability()
2185 highSpeedSizes.contains(camcorderProfileSize)); in testConstrainedHighSpeedCapability()