Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc338 last_reduction_time_ms_(-1), in TcpSender()
441 if (clock_.TimeInMilliseconds() - last_reduction_time_ms_ < last_rtt_ms_) in HandleLoss()
443 last_reduction_time_ms_ = clock_.TimeInMilliseconds(); in HandleLoss()
Dpacket_sender.h184 int64_t last_reduction_time_ms_; variable