Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dratetracker.cc73 size_t start_bucket = NextBucketIndex(current_bucket_ + buckets_to_skip); in ComputeRateForInterval()
81 for (size_t i = NextBucketIndex(start_bucket); in ComputeRateForInterval()
82 i != NextBucketIndex(current_bucket_); in ComputeRateForInterval()
83 i = NextBucketIndex(i)) { in ComputeRateForInterval()
117 current_bucket_ = NextBucketIndex(current_bucket_); in AddSamples()
144 size_t RateTracker::NextBucketIndex(size_t bucket_index) const { in NextBucketIndex() function in rtc::RateTracker
Dratetracker.h56 size_t NextBucketIndex(size_t bucket_index) const;