Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation_unittest.cc54 bwe.UpdateDelayBasedEstimate(Timestamp::Millis(now_ms), in TestProbing()
66 bwe.UpdateDelayBasedEstimate(Timestamp::Millis(now_ms), in TestProbing()
155 bwe.UpdateDelayBasedEstimate(Timestamp::Millis(now_ms), in TEST()
Dsend_side_bandwidth_estimation.h39 void UpdateDelayBasedEstimate(Timestamp at_time,
95 void UpdateDelayBasedEstimate(Timestamp at_time, DataRate bitrate);
Dsend_side_bandwidth_estimation.cc114 void LinkCapacityTracker::UpdateDelayBasedEstimate( in UpdateDelayBasedEstimate() function in webrtc::LinkCapacityTracker
316 void SendSideBandwidthEstimation::UpdateDelayBasedEstimate(Timestamp at_time, in UpdateDelayBasedEstimate() function in webrtc::SendSideBandwidthEstimation
318 link_capacity_.UpdateDelayBasedEstimate(at_time, bitrate); in UpdateDelayBasedEstimate()
Dgoog_cc_network_control.cc551 bandwidth_estimation_->UpdateDelayBasedEstimate(report.feedback_time, in OnTransportPacketsFeedback()