Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Drobust_throughput_estimator.cc76 Timestamp max_send_time = window_[0].sent_packet.send_time; in bitrate() local
82 max_send_time = std::max(max_send_time, packet.sent_packet.send_time); in bitrate()
122 TimeDelta send_duration = max_send_time - min_send_time; in bitrate()