Searched refs:highSpeedSizes (Results 1 – 1 of 1) sorted by relevance
1257 List<Size> highSpeedSizes = Arrays.asList(config.getHighSpeedVideoSizes()); in testConstrainedHighSpeedCapability() local1258 assertTrue("High speed sizes shouldn't be empty", highSpeedSizes.size() > 0); in testConstrainedHighSpeedCapability()1263 for (Size size: highSpeedSizes) { in testConstrainedHighSpeedCapability()1307 Arrays.toString(highSpeedSizes.toArray()), in testConstrainedHighSpeedCapability()1308 highSpeedSizes.contains(camcorderProfileSize)); in testConstrainedHighSpeedCapability()