Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Drate_statistics.cc68 size_t count_in_oldest_bucket = buckets_[oldest_index_]; in EraseOld() local
69 assert(accumulated_count_ >= count_in_oldest_bucket); in EraseOld()
70 accumulated_count_ -= count_in_oldest_bucket; in EraseOld()