HomeSort by relevance Sort by last modified time
    Searched refs:last_process_time_ (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/video/
call_stats.cc 98 last_process_time_(clock_->TimeInMilliseconds()),
107 return last_process_time_ + kUpdateIntervalMs - clock_->TimeInMilliseconds();
113 if (now < last_process_time_ + kUpdateIntervalMs)
116 last_process_time_ = now;
call_stats.h 67 int64_t last_process_time_; member in class:webrtc::CallStats
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 56 last_process_time_(-1),
129 last_process_time_ = clock_->TimeInMilliseconds();
134 if (last_process_time_ < 0) {
139 return last_process_time_ + process_interval_ms_ -
remote_bitrate_estimator_single_stream.h 61 int64_t last_process_time_; member in class:webrtc::RemoteBitrateEstimatorSingleStream
remote_bitrate_estimator_abs_send_time.cc 112 last_process_time_(-1),
335 last_process_time_ = clock_->TimeInMilliseconds();
340 if (last_process_time_ < 0) {
345 return last_process_time_ + process_interval_ms_ -
remote_bitrate_estimator_abs_send_time.h 139 int64_t last_process_time_; member in class:webrtc::RemoteBitrateEstimatorAbsSendTime
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 360 int64_t last_process_time_; member in class:webrtc::ModuleRtpRtcpImpl
rtp_rtcp_impl.cc 87 last_process_time_(configuration.clock->TimeInMilliseconds()),
114 return kRtpRtcpMaxIdleTimeProcessMs - (now - last_process_time_);
120 last_process_time_ = now;

Completed in 120 milliseconds