HomeSort by relevance Sort by last modified time
    Searched full:estimator_used (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.cc 30 std::string* estimator_used) {
57 *estimator_used = "AbsoluteSendTimeRemoteBitrateEstimator";
64 *estimator_used = "RemoteBitrateEstimator";
bwe_rtp.h 34 std::string* estimator_used);
bwe_rtp_play.cc 52 std::string estimator_used; local
56 &parser, &estimator, &estimator_used)) {
102 printf("Estimator used: %s\n", estimator_used.c_str());

Completed in 92 milliseconds