Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Drate_statistics.cc22 oldest_index_(0), in RateStatistics()
32 oldest_index_ = 0; in Reset()
48 int index = oldest_index_ + now_offset; in Update()
68 size_t count_in_oldest_bucket = buckets_[oldest_index_]; in EraseOld()
71 buckets_[oldest_index_] = 0; in EraseOld()
72 if (++oldest_index_ >= num_buckets_) { in EraseOld()
73 oldest_index_ = 0; in EraseOld()
Drate_statistics.h46 int oldest_index_; variable