Searched refs:highSpeedSizes (Results 1 – 1 of 1) sorted by relevance
644 Set<Size> highSpeedSizes = config.getHighSpeedVideoSizes(); in verifyCommonRecommendedConfiguration() local647 ((highSpeedSizes == null) || (highSpeedSizes.size() == 0))); in verifyCommonRecommendedConfiguration()743 Set<Size> highSpeedSizes = videoConfig.getHighSpeedVideoSizes(); in verifyRecommendedVideoConfiguration() local748 if ((highSpeedSizes != null) && (highSpeedSizes.size() > 0)) { in verifyRecommendedVideoConfiguration()749 for (Size sz : highSpeedSizes) { in verifyRecommendedVideoConfiguration()2815 List<Size> highSpeedSizes = Arrays.asList(config.getHighSpeedVideoSizes()); in testConstrainedHighSpeedCapability() local2816 assertTrue("High speed sizes shouldn't be empty", highSpeedSizes.size() > 0); in testConstrainedHighSpeedCapability()2821 for (Size size: highSpeedSizes) { in testConstrainedHighSpeedCapability()2878 Arrays.toString(highSpeedSizes.toArray()), in testConstrainedHighSpeedCapability()2879 highSpeedSizes.contains(camcorderProfileSize)); in testConstrainedHighSpeedCapability()