HomeSort by relevance Sort by last modified time
    Searched full:last_reduction_time_ms_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc 338 last_reduction_time_ms_(-1),
441 if (clock_.TimeInMilliseconds() - last_reduction_time_ms_ < last_rtt_ms_)
443 last_reduction_time_ms_ = clock_.TimeInMilliseconds();
packet_sender.h 184 int64_t last_reduction_time_ms_; member in class:webrtc::testing::bwe::TcpSender

Completed in 143 milliseconds