Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java672 Set<Size> inputSizes = zslConfig.getInputSizes(inputFormat); in verifyRecommendedZSLConfiguration() local
676 ((inputSizes != null) && (inputSizes.size() > 0))); in verifyRecommendedZSLConfiguration()
677 for (Size inputSize : inputSizes) { in verifyRecommendedZSLConfiguration()
1423 Size[] inputSizes = configs.getInputSizes(input); in testReprocessingCharacteristics() local
1427 inputSizes.length > 0); in testReprocessingCharacteristics()
1431 for (Size inputSize : inputSizes) { in testReprocessingCharacteristics()
DRobustnessTest.java578 List<Size> inputSizes = streamInfo.get(0).getAvailableSizes(); in testMandatoryReprocessableStreamCombination() local
600 InputConfiguration inputConfig = new InputConfiguration(inputSizes.get(0).getWidth(), in testMandatoryReprocessableStreamCombination()
601 inputSizes.get(0).getHeight(), inputFormat); in testMandatoryReprocessableStreamCombination()
DCameraDeviceTest.java1137 Size inputSizes[] = config.getInputSizes(inputFormat); in testCreateSessionWithParametersByCamera() local
1140 (inputSizes.length > 0)); in testCreateSessionWithParametersByCamera()
1144 inputSize = inputSizes[0]; in testCreateSessionWithParametersByCamera()