Home | History | Annotate | Download | only in camera

Lines Matching refs:Video

56 import android.provider.MediaStore.Video;
149 // The video file that the hardware camera is about to record into
154 // The video file that has already been recorded, and that is being
162 // The video duration limit. 0 menas no limit.
191 private int mOrientationHint; // the orientation hint for video playback
490 Log.e(TAG, "Couldn't view video " + mCurrentVideoUri, ex);
600 // Set video quality.
608 // Set video duration limit. The limit is read from the preference,
826 // video recording. We don't want to start the camera again
920 Log.v(TAG, "Empty video file deleted: " + mVideoFilename);
1053 values.put(Video.Media.TITLE, title);
1054 values.put(Video.Media.DISPLAY_NAME, filename);
1055 values.put(Video.Media.DATE_TAKEN, dateTaken);
1056 values.put(Video.Media.MIME_TYPE, "video/3gpp");
1057 values.put(Video.Media.DATA, filePath);
1059 Log.v(TAG, "Current camera video filename: " + mVideoFilename);
1065 Uri videoTable = Uri.parse("content://media/external/video/media");
1066 mCurrentVideoValues.put(Video.Media.SIZE,
1077 Log.v(TAG, "Current video URI: " + mCurrentVideoUri);
1096 Log.v(TAG, "Deleting video " + fileName);
1279 mCurrentVideoFilename, Video.Thumbnails.MINI_KIND);
1337 Log.e(TAG, "review video fail", e);
1341 Log.e(TAG, "Can't view last video.");
1354 Log.v(TAG, "Setting current video filename: "
1393 mCurrentVideoFilename, Video.Thumbnails.MINI_KIND);
1403 // Update the last video thumbnail.