Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java830 Size[] inputSizes = configs.getInputSizes(input); in testReprocessingCharacteristics() local
834 inputSizes.length > 0); in testReprocessingCharacteristics()
838 for (Size inputSize : inputSizes) { in testReprocessingCharacteristics()
DCameraDeviceTest.java1124 Size inputSizes[] = config.getInputSizes(inputFormat); in testCreateSessionWithParametersByCamera() local
1127 (inputSizes.length > 0)); in testCreateSessionWithParametersByCamera()
1131 inputSize = inputSizes[0]; in testCreateSessionWithParametersByCamera()