Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java89 private Surface mRecordingSurface; field in RecordingTest
557 mPreviewSurface.isValid() && mRecordingSurface.isValid()); in startSlowMotionRecording()
559 outputSurfaces.add(mRecordingSurface); in startSlowMotionRecording()
575 requestBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
596 recordingRequestBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
599 recordingOnlyBuilder.addTarget(mRecordingSurface); in startSlowMotionRecording()
928 outputs.add(mRecordingSurface); in videoSnapshotTestByCamera()
1053 assertNotNull("Recording surface must be non-null!", mRecordingSurface); in prepareVideoSnapshot()
1054 requestBuilder.addTarget(mRecordingSurface); in prepareVideoSnapshot()
1121 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
[all …]