Searched refs:supportedFormats (Results 1 – 6 of 6) sorted by relevance
44 public void onCreateViewTranslationRequest(int[] supportedFormats, in onCreateViewTranslationRequest() argument
43 public void onCreateVirtualViewTranslationRequests(long[] virtualIds, int[] supportedFormats, in onCreateVirtualViewTranslationRequests() argument
496 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local506 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()512 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()515 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
2676 int[] supportedFormats = getAvailableFormats( in isMonochromeWithY8() local2681 && CameraTestUtils.contains(supportedFormats, ImageFormat.Y8)); in isMonochromeWithY8()
1073 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local1076 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
2646 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local2647 for (int format : supportedFormats) { in testStreamConfigurationMap()