Home
last modified time | relevance | path

Searched refs:mRecordingSurface (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java104 private Surface mRecordingSurface; field in Camera2RecordingTest
310 mPreviewSurface.isValid() && mRecordingSurface.isValid()); in startSlowMotionRecording()
312 outputSurfaces.add(mRecordingSurface); in startSlowMotionRecording()
328 requestBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
349 recordingRequestBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
352 recordingOnlyBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
749 assertNotNull("Recording surface must be non-null!", mRecordingSurface); in prepareVideoSnapshot()
750 requestBuilder.addTarget(mRecordingSurface); in prepareVideoSnapshot()
817 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
821 mRecordingSurface = mMediaRecorder.getSurface(); in prepareRecordingWithProfile()
[all …]
DCamera2SwitchPreviewTest.java133 private Surface mRecordingSurface; field in Camera2SwitchPreviewTest
463 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
467 mRecordingSurface = mMediaRecorder.getSurface(); in prepareRecordingWithProfile()
469 assertNotNull("Recording surface must be non-null!", mRecordingSurface); in prepareRecordingWithProfile()
530 outputSurfaces.add(mRecordingSurface); in prepareVideoPreview()
537 recordingRequest.addTarget(mRecordingSurface); in prepareVideoPreview()