OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rate_counters
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc
314
std::vector<RateCounterFilter*>
rate_counters
;
local
316
rate_counters
.push_back(
320
rate_counters
.push_back(new RateCounterFilter(&uplink_, flow, "Receiver",
360
for (RateCounterFilter* rate_counter :
rate_counters
) {
395
for (RateCounterFilter* rate_counter :
rate_counters
)
[
all
...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc
260
rtc::scoped_ptr<RateCounterFilter>
rate_counters
[kNumFlows];
local
262
rate_counters
[i].reset(
Completed in 56 milliseconds