OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bucket_count_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
ratetracker.h
36
static_cast<uint32_t>(
bucket_count_
));
59
const size_t
bucket_count_
;
member in class:rtc::RateTracker
ratetracker.cc
24
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 118 milliseconds