Searched refs:surfaceList (Results 1 – 1 of 1) sorted by relevance
68 List<Surface> surfaceList = new ArrayList<>(); in startPreview() local75 surfaceList.add(surface); in startPreview()76 mCaptureSessionCreator.createCaptureSession(surfaceList); in startPreview()77 surfaceList.addAll(mOutputSurfaces); in startPreview()79 surfaceList.addAll(mOutputSurfaces); in startPreview()80 surfaceList.add(surface); in startPreview()84 mCaptureSessionCreator.createCaptureSession(surfaceList); in startPreview()