Searched refs:mRecordingSurface (Results 1 – 2 of 2) sorted by relevance
104 private Surface mRecordingSurface; field in Camera2RecordingTest310 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 …]
133 private Surface mRecordingSurface; field in Camera2SwitchPreviewTest463 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()