Searched refs:last_delay (Results 1 – 4 of 4) sorted by relevance
179 handle->last_delay = -2; in WebRtc_InitBinaryDelayEstimator()285 handle->last_delay = candidate_delay; in WebRtc_ProcessBinarySpectrum()288 handle->last_delay = candidate_delay; in WebRtc_ProcessBinarySpectrum()294 return handle->last_delay; in WebRtc_ProcessBinarySpectrum()299 return handle->last_delay; in WebRtc_binary_last_delay()
37 int last_delay; member
44 const base::TimeDelta& last_delay) { in GetDelay() argument45 return SyncerThread::GetRecommendedDelay(last_delay); in GetDelay()728 TimeDelta SyncerThread::GetRecommendedDelay(const TimeDelta& last_delay) { in GetRecommendedDelay() argument729 if (last_delay.InSeconds() >= kMaxBackoffSeconds) in GetRecommendedDelay()735 last_delay.InSeconds() * kBackoffRandomizationFactor); in GetRecommendedDelay()742 (rand_sign * (last_delay.InSeconds() / kBackoffRandomizationFactor)); in GetRecommendedDelay()
167 virtual base::TimeDelta GetDelay(const base::TimeDelta& last_delay);