Searched refs:surfaces (Results 1 – 2 of 2) sorted by relevance
129 public void setSurfaces(final List<Surface> surfaces) { in setSurfaces() argument132 mSurfaces = surfaces; in setSurfaces()
618 List<Surface> surfaces = new ArrayList<>(); in startRecordingVideo() local622 surfaces.add(previewSurface); in startRecordingVideo()627 surfaces.add(mRecorderSurface); in startRecordingVideo()632 mCameraDevice.createCaptureSession(surfaces, new CameraCaptureSession.StateCallback() { in startRecordingVideo()