Searched refs:NextBucketIndex (Results 1 – 2 of 2) sorted by relevance
76 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
56 size_t NextBucketIndex(size_t bucket_index) const;