Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRecordingTest.java88 private Surface mRecordingSurface; field in RecordingTest
527 mPreviewSurface.isValid() && mRecordingSurface.isValid()); in startSlowMotionRecording()
529 outputSurfaces.add(mRecordingSurface); in startSlowMotionRecording()
545 requestBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
566 recordingRequestBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
569 recordingOnlyBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
990 assertNotNull("Recording surface must be non-null!", mRecordingSurface); in prepareVideoSnapshot()
991 requestBuilder.addTarget(mRecordingSurface); in prepareVideoSnapshot()
1058 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
1062 mRecordingSurface = mMediaRecorder.getSurface(); in prepareRecordingWithProfile()
[all …]