Home
last modified time | relevance | path

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

/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DCameraOps.java131 public void setSurfaces(final List<Surface> surfaces) { in setSurfaces() argument
134 mSurfaces = surfaces; in setSurfaces()
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DCameraOps.java131 public void setSurfaces(final List<Surface> surfaces) { in setSurfaces() argument
134 mSurfaces = surfaces; in setSurfaces()
/developers/samples/android/media/Camera2Video/
DREADME.md29 `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
/developers/build/prebuilts/gradle/Camera2Video/
DREADME.md29 `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
/developers/build/prebuilts/gradle/Camera2Video/kotlinApp/
DREADME.md29 `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
/developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
DCamera2VideoFragment.java623 List<Surface> surfaces = new ArrayList<>(); in startRecordingVideo() local
627 surfaces.add(previewSurface); in startRecordingVideo()
632 surfaces.add(recorderSurface); in startRecordingVideo()
637 mCameraDevice.createCaptureSession(surfaces, new CameraCaptureSession.StateCallback() { in startRecordingVideo()
/developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
DCamera2VideoFragment.java623 List<Surface> surfaces = new ArrayList<>(); in startRecordingVideo() local
627 surfaces.add(previewSurface); in startRecordingVideo()
632 surfaces.add(recorderSurface); in startRecordingVideo()
637 mCameraDevice.createCaptureSession(surfaces, new CameraCaptureSession.StateCallback() { in startRecordingVideo()
/developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
DCamera2VideoFragment.kt525 val surfaces = ArrayList<Surface>().apply { in startRecordingVideo() constant
536 cameraDevice?.createCaptureSession(surfaces, in startRecordingVideo()
/developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
DCamera2VideoFragment.kt525 val surfaces = ArrayList<Surface>().apply { in startRecordingVideo() constant
536 cameraDevice?.createCaptureSession(surfaces, in startRecordingVideo()