Home
last modified time | relevance | path

Searched refs:supportedFormats (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java410 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local
420 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
426 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
429 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java467 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local
470 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
DExtendedCameraCharacteristicsTest.java1779 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local
1780 for (int format : supportedFormats) { in testStreamConfigurationMap()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2314 int[] supportedFormats = getAvailableFormats( in isMonochromeWithY8() local
2319 && CameraTestUtils.contains(supportedFormats, ImageFormat.Y8)); in isMonochromeWithY8()