Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java122 protected Surface mReaderSurface; field in Camera2SurfaceViewTestCase
586 mReaderSurface = r.getSurface(); in createImageReader()
595 mReaderSurface = null; in closeImageReader()
711 outputSurfaces.add(mReaderSurface); in prepareCaptureAndStartPreview()
718 stillRequest.addTarget(mReaderSurface); in prepareCaptureAndStartPreview()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java318 if (mReaderSurface != null) { in startSlowMotionRecording()
319 outputSurfaces.add(mReaderSurface); in startSlowMotionRecording()
757 assertNotNull("Reader surface must be non-null!", mReaderSurface); in prepareVideoSnapshot()
758 requestBuilder.addTarget(mReaderSurface); in prepareVideoSnapshot()
875 if (mReaderSurface != null) { in startRecording()
876 outputSurfaces.add(mReaderSurface); in startRecording()
DCamera2SwitchPreviewTest.java566 outputSurfaces.add(mReaderSurface); in prepareCapturePreview()
573 stillRequest.addTarget(mReaderSurface); in prepareCapturePreview()