Searched refs:time_since_last_update (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dleaky_bucket.cc28 QuicTime::Delta time_since_last_update = now.Subtract(time_last_updated_); local
32 if (send_delay < time_since_last_update) {
35 return send_delay.Subtract(time_since_last_update);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.cc484 int time_since_last_update = clock_->TimeInMilliseconds() - local
486 return std::max(kStatisticsProcessIntervalMs - time_since_last_update, 0);

Completed in 318 milliseconds