Searched refs:supportedFormats (Results 1 – 3 of 3) sorted by relevance
393 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local403 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()409 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()412 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
349 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local352 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
1089 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local1090 for (int format : supportedFormats) { in testStreamConfigurationMap()