Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dbitrate_controller_impl.cc94 last_rtt_ms_(0), in BitrateControllerImpl()
201 *rtt != last_rtt_ms_ || in GetNetworkParameters()
205 last_rtt_ms_ = *rtt; in GetNetworkParameters()
Dbitrate_controller_impl.h82 int64_t last_rtt_ms_ GUARDED_BY(critsect_);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc339 last_rtt_ms_(0), in TcpSender()
370 last_rtt_ms_ = fb->send_time_ms() - fb->latest_send_time_ms(); in RunFor()
441 if (clock_.TimeInMilliseconds() - last_reduction_time_ms_ < last_rtt_ms_) in HandleLoss()
Dpacket_sender.h185 int64_t last_rtt_ms_; variable
/external/webrtc/webrtc/video/
Dvie_channel.cc121 last_rtt_ms_(0), in ViEChannel()
1032 jitter_buffer_ms, min_playout_delay_ms, render_delay_ms, last_rtt_ms_); in OnDecoderTiming()
1066 last_rtt_ms_ = avg_rtt_ms; in OnRttUpdate()
Dvie_channel.h444 int64_t last_rtt_ms_ GUARDED_BY(crit_);