Home
last modified time | relevance | path

Searched refs:CurrentEstimate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation_unittest.cc36 bwe.CurrentEstimate(&bitrate, &fraction_loss, &rtt); in TEST()
44 bwe.CurrentEstimate(&bitrate, &fraction_loss, &rtt); in TEST()
62 bwe.CurrentEstimate(&bitrate_bps, &fraction_loss, &rtt_ms); in TEST()
73 bwe.CurrentEstimate(&bitrate_bps, &fraction_loss, &rtt_ms); in TEST()
90 bwe.CurrentEstimate(&bitrate_bps, &fraction_loss, &rtt_ms); in TEST()
Dbitrate_controller_impl.cc193 bandwidth_estimation_.CurrentEstimate(&current_bitrate, fraction_loss, rtt); in GetNetworkParameters()
217 bandwidth_estimation_.CurrentEstimate(&bitrate, &fraction_loss, &rtt); in AvailableBandwidth()
Dsend_side_bandwidth_estimation.h30 void CurrentEstimate(int* bitrate, uint8_t* loss, int64_t* rtt) const;
Dsend_side_bandwidth_estimation.cc93 void SendSideBandwidthEstimation::CurrentEstimate(int* bitrate, in CurrentEstimate() function in webrtc::SendSideBandwidthEstimation