Searched refs:CurrentEstimate (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/bitrate_controller/ |
D | send_side_bandwidth_estimation_unittest.cc | 36 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()
|
D | bitrate_controller_impl.cc | 193 bandwidth_estimation_.CurrentEstimate(¤t_bitrate, fraction_loss, rtt); in GetNetworkParameters() 217 bandwidth_estimation_.CurrentEstimate(&bitrate, &fraction_loss, &rtt); in AvailableBandwidth()
|
D | send_side_bandwidth_estimation.h | 30 void CurrentEstimate(int* bitrate, uint8_t* loss, int64_t* rtt) const;
|
D | send_side_bandwidth_estimation.cc | 93 void SendSideBandwidthEstimation::CurrentEstimate(int* bitrate, in CurrentEstimate() function in webrtc::SendSideBandwidthEstimation
|