Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc165 last_packet_sent_(Timestamp::MinusInfinity()) { in RttBasedBackoff()
181 TimeDelta time_since_packet_sent = at_time - last_packet_sent_; in CorrectedRtt()
541 rtt_backoff_.last_packet_sent_ = sent_packet.send_time; in OnSentPacket()
Dsend_side_bandwidth_estimation.h70 Timestamp last_packet_sent_; variable