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.java417 Set<Size> highSpeedSizes = config.getHighSpeedVideoSizes(); in verifyCommonRecommendedConfiguration() local
420 ((highSpeedSizes == null) || (highSpeedSizes.size() == 0))); in verifyCommonRecommendedConfiguration()
516 Set<Size> highSpeedSizes = videoConfig.getHighSpeedVideoSizes(); in verifyRecommendedVideoConfiguration() local
521 if ((highSpeedSizes != null) && (highSpeedSizes.size() > 0)) { in verifyRecommendedVideoConfiguration()
522 for (Size sz : highSpeedSizes) { in verifyRecommendedVideoConfiguration()
1946 List<Size> highSpeedSizes = Arrays.asList(config.getHighSpeedVideoSizes()); in testConstrainedHighSpeedCapability() local
1947 assertTrue("High speed sizes shouldn't be empty", highSpeedSizes.size() > 0); in testConstrainedHighSpeedCapability()
1952 for (Size size: highSpeedSizes) { in testConstrainedHighSpeedCapability()
1996 Arrays.toString(highSpeedSizes.toArray()), in testConstrainedHighSpeedCapability()
1997 highSpeedSizes.contains(camcorderProfileSize)); in testConstrainedHighSpeedCapability()