Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java1423 duration = getTimeLapseVideoLength(duration); in addVideoToMediaStore()
1819 private long getTimeLapseVideoLength(long deltaMs) { in getTimeLapseVideoLength() method in VideoCamera
1852 text = millisecondToTimeString(getTimeLapseVideoLength(delta), true); in updateRecordingTime()