Home | History | Annotate | Download | only in camera

Lines Matching refs:deltaMs

1841     private long getTimeLapseVideoLength(long deltaMs) {
1844 double numberOfFrames = (double) deltaMs / mTimeBetweenTimeLapseFrameCaptureMs;