Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java393 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local
403 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
409 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
412 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java349 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local
352 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
DExtendedCameraCharacteristicsTest.java1089 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local
1090 for (int format : supportedFormats) { in testStreamConfigurationMap()