Searched refs:mCurrentVideoFilename (Results 1 – 2 of 2) sorted by relevance
210 private String mCurrentVideoFilename; field in VideoCamera1419 new File(mCurrentVideoFilename).length()); in addVideoToMediaStore()1438 mCurrentVideoFilename = null; in addVideoToMediaStore()1448 if (mCurrentVideoFilename != null) { in deleteCurrentVideo()1449 deleteVideoFile(mCurrentVideoFilename); in deleteCurrentVideo()1450 mCurrentVideoFilename = null; in deleteCurrentVideo()1636 Bitmap videoFrame = Thumbnail.createVideoThumbnail(mCurrentVideoFilename, in getThumbnail()1652 } else if (mCurrentVideoFilename != null) { in showAlert()1653 bitmap = Thumbnail.createVideoThumbnail(mCurrentVideoFilename, in showAlert()1712 mCurrentVideoFilename = mVideoFilename; in stopVideoRecording()[all …]
158 private String mCurrentVideoFilename; field in VideoModule1255 long size = new File(mCurrentVideoFilename).length(); in logVideoCapture()1269 mCurrentVideoValues.put(Video.Media.SIZE, new File(mCurrentVideoFilename).length()); in saveVideo()1271 getServices().getMediaSaver().addVideo(mCurrentVideoFilename, in saveVideo()1502 mCurrentVideoFilename = mVideoFilename; in stopVideoRecording()1503 Log.v(TAG, "stopVideoRecording: current video filename: " + mCurrentVideoFilename); in stopVideoRecording()