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

  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.h 27 void CurrentEstimate(uint32_t* bitrate, uint8_t* loss, uint32_t* rtt) const;
bitrate_controller_impl.cc 154 bandwidth_estimation_.CurrentEstimate(&current_estimate, &loss, &rtt);
261 bandwidth_estimation_.CurrentEstimate(&bitrate, &fraction_loss, &rtt);
372 bandwidth_estimation_.CurrentEstimate(&bitrate, &fraction_loss, &rtt);
send_side_bandwidth_estimation.cc 81 void SendSideBandwidthEstimation::CurrentEstimate(uint32_t* bitrate,

Completed in 121 milliseconds