OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitrate_log
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/pacing/
bitrate_prober.cc
64
std::stringstream
bitrate_log
;
local
65
bitrate_log
<< "Start probing for bandwidth, bitrates:";
68
bitrate_log
<< " " << bitrates_bps[i];
75
bitrate_log
<< ", num packets: " << probe_bitrates_.size();
76
LOG(LS_INFO) <<
bitrate_log
.str().c_str();
Completed in 48 milliseconds