Searched refs:highSpeedSizes (Results 1 – 1 of 1) sorted by relevance
433 Set<Size> highSpeedSizes = config.getHighSpeedVideoSizes(); in verifyCommonRecommendedConfiguration() local436 ((highSpeedSizes == null) || (highSpeedSizes.size() == 0))); in verifyCommonRecommendedConfiguration()532 Set<Size> highSpeedSizes = videoConfig.getHighSpeedVideoSizes(); in verifyRecommendedVideoConfiguration() local537 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() local2135 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()