Home
last modified time | relevance | path

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

/cts/tests/translation/src/android/translation/cts/views/
DCustomTextView.java44 public void onCreateViewTranslationRequest(int[] supportedFormats, in onCreateViewTranslationRequest() argument
DVirtualContainerView.java43 public void onCreateVirtualViewTranslationRequests(long[] virtualIds, int[] supportedFormats, in onCreateVirtualViewTranslationRequests() argument
/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.java528 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local
531 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
DExtendedCameraCharacteristicsTest.java1968 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local
1969 for (int format : supportedFormats) { in testStreamConfigurationMap()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2514 int[] supportedFormats = getAvailableFormats( in isMonochromeWithY8() local
2519 && CameraTestUtils.contains(supportedFormats, ImageFormat.Y8)); in isMonochromeWithY8()