Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/camera2/
DCameraPreviewManager.java71 private String mVideoFilePath; field in CameraPreviewManager
127 mVideoFilePath = String.format("%s_id_%s.mp4", filePrefix, mCameraId); in startRecordingSession()
129 "Video recording path for camera %s set to %s", mCameraId, mVideoFilePath)); in startRecordingSession()
141 mRecorder.setOutputFile(mVideoFilePath); in setupMediaRecorder()