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

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

Completed in 282 milliseconds