Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller.cc56 last_sent_packet_time_(Timestamp::PlusInfinity()), in PccNetworkController()
137 if (last_sent_packet_time_.IsFinite()) { in OnSentPacket()
139 (msg.send_time - last_sent_packet_time_) * kAlphaForPacketInterval + in OnSentPacket()
142 last_sent_packet_time_ = msg.send_time; in OnSentPacket()
Dpcc_network_controller.h94 Timestamp last_sent_packet_time_; variable