Searched refs:surfaceList (Results 1 – 1 of 1) sorted by relevance
67 List<Surface> surfaceList = new ArrayList<>(); in startPreview() local74 surfaceList.add(surface); in startPreview()75 mCaptureSessionCreator.createCaptureSession(surfaceList); in startPreview()76 surfaceList.addAll(mOutputSurfaces); in startPreview()78 surfaceList.addAll(mOutputSurfaces); in startPreview()79 surfaceList.add(surface); in startPreview()83 mCaptureSessionCreator.createCaptureSession(surfaceList); in startPreview()