Home
last modified time | relevance | path

Searched refs:buckets_to_skip (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/
Drate_tracker.cc49 size_t buckets_to_skip; in ComputeRateForInterval() local
59 buckets_to_skip = time_to_skip / bucket_milliseconds_; in ComputeRateForInterval()
62 buckets_to_skip = bucket_count_ - current_bucket_; in ComputeRateForInterval()
73 if (buckets_to_skip > bucket_count_ || available_interval_milliseconds == 0) { in ComputeRateForInterval()
76 size_t start_bucket = NextBucketIndex(current_bucket_ + buckets_to_skip); in ComputeRateForInterval()