Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java767 int[] inputFormats = configs.getInputFormats(); in testReprocessingCharacteristics() local
810 !supportYUV || arrayContains(inputFormats, ImageFormat.YUV_420_888)); in testReprocessingCharacteristics()
812 !supportOpaque || arrayContains(inputFormats, ImageFormat.PRIVATE)); in testReprocessingCharacteristics()
821 for (int input : inputFormats) { in testReprocessingCharacteristics()
847 Arrays.toString(inputFormats), inputFormats.length == 0); in testReprocessingCharacteristics()
DCameraDeviceTest.java1094 int inputFormats [] = config.getInputFormats(); in testCreateSessionWithParametersByCamera() local
1095 if (inputFormats.length == 0) { in testCreateSessionWithParametersByCamera()
1099 for (int inFormat : inputFormats) { in testCreateSessionWithParametersByCamera()
1117 inputFormat = inputFormats[0]; in testCreateSessionWithParametersByCamera()
DReprocessCaptureTest.java198 int[] inputFormats = in testRecreateReprocessingSessions() local
200 for (int inputFormat : inputFormats) { in testRecreateReprocessingSessions()