Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc181 TimeDelta time_since_packet_sent = at_time - last_packet_sent_; in CorrectedRtt() local
183 std::max(time_since_rtt - time_since_packet_sent, TimeDelta::Zero()); in CorrectedRtt()