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/codec/src/android/media/codec/cts/
DMediaCodecCapabilitiesTest.java496 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local
506 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
512 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
515 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2676 int[] supportedFormats = getAvailableFormats( in isMonochromeWithY8() local
2681 && CameraTestUtils.contains(supportedFormats, ImageFormat.Y8)); in isMonochromeWithY8()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java1073 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local
1076 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
DExtendedCameraCharacteristicsTest.java2646 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local
2647 for (int format : supportedFormats) { in testStreamConfigurationMap()