Home | History | Annotate | Download | only in camera

Lines Matching refs:deltaMs

1819     private long getTimeLapseVideoLength(long deltaMs) {
1822 double numberOfFrames = (double) deltaMs / mTimeBetweenTimeLapseFrameCaptureMs;