Searched refs:supportedFormats (Results 1 – 3 of 3) sorted by relevance
370 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local380 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()386 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()389 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
298 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local301 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
946 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local947 for (int format : supportedFormats) { in testStreamConfigurationMap()