Home | History | Annotate | Download | only in camera

Lines Matching refs:mCurrentVideoFilename

210     private String mCurrentVideoFilename;
1419 new File(mCurrentVideoFilename).length());
1438 mCurrentVideoFilename = null;
1448 if (mCurrentVideoFilename != null) {
1449 deleteVideoFile(mCurrentVideoFilename);
1450 mCurrentVideoFilename = null;
1636 Bitmap videoFrame = Thumbnail.createVideoThumbnail(mCurrentVideoFilename,
1652 } else if (mCurrentVideoFilename != null) {
1653 bitmap = Thumbnail.createVideoThumbnail(mCurrentVideoFilename,
1712 mCurrentVideoFilename = mVideoFilename;
1714 + mCurrentVideoFilename);