Searched refs:outSurfaces (Results 1 – 2 of 2) sorted by relevance
1281 List<Surface> outSurfaces = new ArrayList<Surface>(); in setupReprocessableSession() local1282 outSurfaces.add(mFirstImageReader.getSurface()); in setupReprocessableSession()1284 outSurfaces.add(mSecondImageReader.getSurface()); in setupReprocessableSession()1287 outSurfaces.add(previewSurface); in setupReprocessableSession()1305 mSession = configureReprocessableCameraSession(mCamera, inputConfig, outSurfaces, in setupReprocessableSession()
1712 List<Surface> outSurfaces = new ArrayList<Surface>();1713 outSurfaces.add(mPreviewSurface);1714 outSurfaces.add(mCameraZslReader.getSurface());1715 outSurfaces.add(mJpegReader.getSurface());1720 mTestRule.getCamera(), inputConfig, outSurfaces,