Home | History | Annotate | Download | only in camera

Lines Matching refs:DURATION

216     // The video duration limit. 0 menas no limit.
737 // Set video duration limit. The limit is read from the preference,
1420 long duration = SystemClock.uptimeMillis() - mRecordingStartTime;
1421 if (duration > 0) {
1423 duration = getTimeLapseVideoLength(duration);
1425 mCurrentVideoValues.put(Video.Media.DURATION, duration);
1427 Log.w(TAG, "Video duration <= 0 : " + duration);
1834 // Starting a minute before reaching the max duration