Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DPreviewStarter.java68 List<Surface> surfaceList = new ArrayList<>(); in startPreview() local
75 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()