Home
last modified time | relevance | path

Searched refs:UpdatePropagationRtt (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h59 void UpdatePropagationRtt(Timestamp at_time, TimeDelta propagation_rtt);
89 void UpdatePropagationRtt(Timestamp at_time, TimeDelta propagation_rtt);
Dsend_side_bandwidth_estimation.cc171 void RttBasedBackoff::UpdatePropagationRtt(Timestamp at_time, in UpdatePropagationRtt() function in webrtc::RttBasedBackoff
533 void SendSideBandwidthEstimation::UpdatePropagationRtt( in UpdatePropagationRtt() function in webrtc::SendSideBandwidthEstimation
536 rtt_backoff_.UpdatePropagationRtt(at_time, propagation_rtt); in UpdatePropagationRtt()
Dgoog_cc_network_control.cc262 bandwidth_estimation_->UpdatePropagationRtt(sent_packet.send_time, in OnSentPacket()
440 bandwidth_estimation_->UpdatePropagationRtt(report.feedback_time, in OnTransportPacketsFeedback()