Home | History | Annotate | Download | only in camera

Lines Matching full:delta

1302         long delta = now - mRecordingStartTime;
1307 && delta >= mMaxVideoDurationInMs - 60000);
1309 long next_update_delay = 1000 - (delta % 1000);
1312 delta = Math.max(0, mMaxVideoDurationInMs - delta);
1313 seconds = (delta + 999) / 1000;
1315 seconds = delta / 1000; // round to nearest