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

  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.h 114 base::TimeTicks last_process_time_; member in class:content::WebRtcAudioDeviceNotImpl
  /external/chromium_org/third_party/webrtc/video_engine/
call_stats.h 65 int64_t last_process_time_; member in class:webrtc::CallStats
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 417 int64_t last_process_time_; member in class:webrtc::ModuleRtpRtcpImpl
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 92 int64_t last_process_time_; member in class:webrtc::__anon19870::RemoteBitrateEstimatorSingleStream
104 last_process_time_(-1) {
153 last_process_time_ = now_ms;
158 if (last_process_time_ < 0) {
161 return last_process_time_ + kProcessIntervalMs - clock_->TimeInMilliseconds();

Completed in 130 milliseconds