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
410 Set<String> supportedFormats = new HashSet<String>(); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() local420 supportedFormats.add(mime); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()426 supportedFormats.retainAll(requiredAdaptiveFormats()); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()429 for (String mime : supportedFormats) { in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
528 int[] supportedFormats = config.getOutputFormats(); in testAllOutputYUVResolutions() local531 if (CameraTestUtils.contains(supportedFormats, format)) { in testAllOutputYUVResolutions()
1966 int[] supportedFormats = config.getOutputFormats(); in testStreamConfigurationMap() local1967 for (int format : supportedFormats) { in testStreamConfigurationMap()
2521 int[] supportedFormats = getAvailableFormats( in isMonochromeWithY8() local2526 && CameraTestUtils.contains(supportedFormats, ImageFormat.Y8)); in isMonochromeWithY8()