Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionReprocessCaptureTest.java401 List<Surface> reprocessOutputs = new ArrayList<>(); in testMultiResolutionMandatoryStreamCombination() local
404 reprocessOutputs.add(inputReader.getSurface()); in testMultiResolutionMandatoryStreamCombination()
407 reprocessOutputs.add(reader.getSurface()); in testMultiResolutionMandatoryStreamCombination()
410 reprocessOutputs.add(reader.getSurface()); in testMultiResolutionMandatoryStreamCombination()
413 reprocessOutputs.add(reader.getSurface()); in testMultiResolutionMandatoryStreamCombination()
416 reprocessOutputs.add(reader.getSurface()); in testMultiResolutionMandatoryStreamCombination()
420 for (Surface output : reprocessOutputs) { in testMultiResolutionMandatoryStreamCombination()
452 for (int i = 0; i < reprocessOutputs.size() * NUM_REPROCESS_CAPTURES_PER_CONFIG; i++) { in testMultiResolutionMandatoryStreamCombination()
DRobustnessTest.java1033 List<Surface> reprocessOutputs = new ArrayList<>(); in testMandatoryReprocessableStreamCombination() local
1037 reprocessOutputs.add(inputReader.getSurface()); in testMandatoryReprocessableStreamCombination()
1040 reprocessOutputs.add(surface); in testMandatoryReprocessableStreamCombination()
1045 reprocessOutputs.add(inputReader.getSurface()); in testMandatoryReprocessableStreamCombination()
1049 reprocessOutputs.add(reader.getSurface()); in testMandatoryReprocessableStreamCombination()
1053 reprocessOutputs.add(reader.getSurface()); in testMandatoryReprocessableStreamCombination()
1057 reprocessOutputs.add(reader.getSurface()); in testMandatoryReprocessableStreamCombination()
1061 reprocessOutputs.add(reader.getSurface()); in testMandatoryReprocessableStreamCombination()
1066 for (Surface output : reprocessOutputs) { in testMandatoryReprocessableStreamCombination()
1079 for (int i = 0; i < reprocessOutputs.size() * NUM_REPROCESS_CAPTURES_PER_CONFIG; i++) { in testMandatoryReprocessableStreamCombination()