Searched refs:reprocessOutputs (Results 1 – 2 of 2) sorted by relevance
401 List<Surface> reprocessOutputs = new ArrayList<>(); in testMultiResolutionMandatoryStreamCombination() local404 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()
1033 List<Surface> reprocessOutputs = new ArrayList<>(); in testMandatoryReprocessableStreamCombination() local1037 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()