Searched refs:surfaces (Results 1 – 5 of 5) sorted by relevance
131 public void setSurfaces(final List<Surface> surfaces) { in setSurfaces() argument134 mSurfaces = surfaces; in setSurfaces()
29 `createCaptureSession(surfaces, new CameraCaptureSession.StateCallback(){})` on your CameraDevice i…30 where `surfaces` is a list consisting of the surface view of your TextureView and the surface of
623 List<Surface> surfaces = new ArrayList<>(); in startRecordingVideo() local627 surfaces.add(previewSurface); in startRecordingVideo()632 surfaces.add(recorderSurface); in startRecordingVideo()637 mCameraDevice.createCaptureSession(surfaces, new CameraCaptureSession.StateCallback() { in startRecordingVideo()
525 val surfaces = ArrayList<Surface>().apply { in startRecordingVideo() constant536 cameraDevice?.createCaptureSession(surfaces, in startRecordingVideo()