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.java314 if (mReaderSurface != null) { in startSlowMotionRecording()
315 outputSurfaces.add(mReaderSurface); in startSlowMotionRecording()
749 assertNotNull("Reader surface must be non-null!", mReaderSurface); in prepareVideoSnapshot()
750 requestBuilder.addTarget(mReaderSurface); in prepareVideoSnapshot()
867 if (mReaderSurface != null) { in startRecording()
868 outputSurfaces.add(mReaderSurface); in startRecording()
DCamera2SwitchPreviewTest.java565 outputSurfaces.add(mReaderSurface); in prepareCapturePreview()
572 stillRequest.addTarget(mReaderSurface); in prepareCapturePreview()