HomeSort by relevance Sort by last modified time
    Searched refs:NextBucketIndex (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
ratetracker.cc 73 size_t start_bucket = NextBucketIndex(current_bucket_ + buckets_to_skip);
81 for (size_t i = NextBucketIndex(start_bucket);
82 i != NextBucketIndex(current_bucket_);
83 i = NextBucketIndex(i)) {
117 current_bucket_ = NextBucketIndex(current_bucket_);
144 size_t RateTracker::NextBucketIndex(size_t bucket_index) const {
ratetracker.h 56 size_t NextBucketIndex(size_t bucket_index) const;

Completed in 437 milliseconds