Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation_unittest.cc57 bwe.UpdateReceiverEstimate(Timestamp::Millis(now_ms), in TestProbing()
69 bwe.UpdateReceiverEstimate(Timestamp::Millis(now_ms), in TestProbing()
Dsend_side_bandwidth_estimation.h92 void UpdateReceiverEstimate(Timestamp at_time, DataRate bandwidth);
Dsend_side_bandwidth_estimation.cc308 void SendSideBandwidthEstimation::UpdateReceiverEstimate(Timestamp at_time, in UpdateReceiverEstimate() function in webrtc::SendSideBandwidthEstimation
Dgoog_cc_network_control.cc233 bandwidth_estimation_->UpdateReceiverEstimate(msg.receive_time, in OnRemoteBitrateReport()