Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dcall_stats.cc98 last_process_time_(clock_->TimeInMilliseconds()), in CallStats()
107 return last_process_time_ + kUpdateIntervalMs - clock_->TimeInMilliseconds(); in TimeUntilNextProcess()
113 if (now < last_process_time_ + kUpdateIntervalMs) in Process()
116 last_process_time_ = now; in Process()
Dcall_stats.h67 int64_t last_process_time_; variable
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc56 last_process_time_(-1), in RemoteBitrateEstimatorSingleStream()
129 last_process_time_ = clock_->TimeInMilliseconds(); in Process()
134 if (last_process_time_ < 0) { in TimeUntilNextProcess()
139 return last_process_time_ + process_interval_ms_ - in TimeUntilNextProcess()
Dremote_bitrate_estimator_abs_send_time.cc112 last_process_time_(-1), in RemoteBitrateEstimatorAbsSendTime()
335 last_process_time_ = clock_->TimeInMilliseconds(); in Process()
340 if (last_process_time_ < 0) { in TimeUntilNextProcess()
345 return last_process_time_ + process_interval_ms_ - in TimeUntilNextProcess()
Dremote_bitrate_estimator_single_stream.h61 int64_t last_process_time_; variable
Dremote_bitrate_estimator_abs_send_time.h139 int64_t last_process_time_; variable
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc87 last_process_time_(configuration.clock->TimeInMilliseconds()), in ModuleRtpRtcpImpl()
114 return kRtpRtcpMaxIdleTimeProcessMs - (now - last_process_time_); in TimeUntilNextProcess()
120 last_process_time_ = now; in Process()
Drtp_rtcp_impl.h360 int64_t last_process_time_; variable