Searched refs:supportedFormats (Results 1 – 3 of 3) sorted by relevance
373 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local383 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()389 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()392 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
346 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local349 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
993 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local994 for (int format : supportedFormats) { in testStreamConfigurationMap()