Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dratetracker.cc24 bucket_count_(bucket_count), in RateTracker()
46 bucket_milliseconds_ * static_cast<uint32_t>(bucket_count_)); in ComputeRateForInterval()
57 static_cast<uint32_t>(bucket_count_) * bucket_milliseconds_ - in ComputeRateForInterval()
62 buckets_to_skip = bucket_count_ - current_bucket_; in ComputeRateForInterval()
69 if (buckets_to_skip > bucket_count_ || in ComputeRateForInterval()
113 for (size_t i = 0u; i <= bucket_count_ && in AddSamples()
145 return (bucket_index + 1u) % (bucket_count_ + 1u); in NextBucketIndex()
Dratetracker.h36 static_cast<uint32_t>(bucket_count_)); in ComputeRate()
59 const size_t bucket_count_; variable