Searched refs:supportedFormats (Results 1 – 4 of 4) sorted by relevance
410 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local420 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()426 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()429 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
467 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local470 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
1779 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local1780 for (int format : supportedFormats) { in testStreamConfigurationMap()
2314 int[] supportedFormats = getAvailableFormats( in isMonochromeWithY8() local2319 && CameraTestUtils.contains(supportedFormats, ImageFormat.Y8)); in isMonochromeWithY8()