Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Drate_tracker.cc76 size_t start_bucket = NextBucketIndex(current_bucket_ + buckets_to_skip); in ComputeRateForInterval()
84 for (size_t i = NextBucketIndex(start_bucket); in ComputeRateForInterval()
85 i != NextBucketIndex(current_bucket_); i = NextBucketIndex(i)) { in ComputeRateForInterval()
121 current_bucket_ = NextBucketIndex(current_bucket_); in AddSamples()
149 size_t RateTracker::NextBucketIndex(size_t bucket_index) const { in NextBucketIndex() function in rtc::RateTracker
Drate_tracker.h56 size_t NextBucketIndex(size_t bucket_index) const;