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

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Drate_statistics.cc68 uint32_t count_in_oldest_bucket = buckets_[oldest_index_]; local
69 assert(accumulated_count_ >= count_in_oldest_bucket);
70 accumulated_count_ -= count_in_oldest_bucket;

Completed in 574 milliseconds