Searched refs:lastDuration (Results 1 – 2 of 2) sorted by relevance
887 nsecs_t lastDuration = 0; in getEstimator() local904 accumVx = (accumVx * lastDuration + vx * duration) / (duration + lastDuration); in getEstimator()905 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration); in getEstimator()906 lastDuration = duration; in getEstimator()
110 long lastDuration; in addSample() local