Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java947 ArrayList<Surface> allOutputSurfaces = new ArrayList<>(); in testMandatoryReprocessableStreamCombination() local
983 allOutputSurfaces.addAll(defaultOutputSurfaces); in testMandatoryReprocessableStreamCombination()
984 allOutputSurfaces.addAll(uhOutputSurfaces); in testMandatoryReprocessableStreamCombination()
1005 allOutputSurfaces.add(inputReader.getSurface()); in testMandatoryReprocessableStreamCombination()
1007 checkSessionConfigurationWithSurfaces(mCamera, mHandler, allOutputSurfaces, in testMandatoryReprocessableStreamCombination()
1015 inputConfig, allOutputSurfaces, sessionListener, mHandler); in testMandatoryReprocessableStreamCombination()