Home
last modified time | relevance | path

Searched refs:inputFormats (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java692 int[] inputFormats = configs.getInputFormats(); in testReprocessingCharacteristics() local
735 !supportYUV || arrayContains(inputFormats, ImageFormat.YUV_420_888)); in testReprocessingCharacteristics()
737 !supportOpaque || arrayContains(inputFormats, ImageFormat.PRIVATE)); in testReprocessingCharacteristics()
746 for (int input : inputFormats) { in testReprocessingCharacteristics()
772 Arrays.toString(inputFormats), inputFormats.length == 0); in testReprocessingCharacteristics()
DReprocessCaptureTest.java196 int[] inputFormats = in testRecreateReprocessingSessions() local
198 for (int inputFormat : inputFormats) { in testRecreateReprocessingSessions()