Searched defs:estimator_used (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp.cc30 std::string* estimator_used) {
57 *estimator_used = "AbsoluteSendTimeRemoteBitrateEstimator";
64 *estimator_used = "RemoteBitrateEstimator";
23 ParseArgsAndSetupEstimator(int argc, char** argv, webrtc::Clock* clock, webrtc::RemoteBitrateObserver* observer, webrtc::test::RtpFileReader** rtp_reader, webrtc::RtpHeaderParser** parser, webrtc::RemoteBitrateEstimator** estimator, std::string* estimator_used) argument
H A Dbwe_rtp_play.cc52 std::string estimator_used; local
56 &parser, &estimator, &estimator_used)) {
102 printf("Estimator used: %s\n", estimator_used.c_str());

Completed in 163 milliseconds