OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:probe_bitrates_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/pacing/
bitrate_prober.cc
58
probe_bitrates_
.clear();
71
probe_bitrates_
.push_back(bitrates_bps[i]);
73
probe_bitrates_
.push_back(bitrates_bps[i]);
75
bitrate_log << ", num packets: " <<
probe_bitrates_
.size();
81
if (probing_state_ != kDisabled &&
probe_bitrates_
.empty()) {
84
if (
probe_bitrates_
.empty()) {
95
probe_bitrates_
.front());
126
if (!
probe_bitrates_
.empty())
127
probe_bitrates_
.pop_front();
bitrate_prober.h
56
std::list<int>
probe_bitrates_
;
member in class:webrtc::BitrateProber
Completed in 183 milliseconds