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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_estimator_proxy.cc 30 last_process_time_ms_(-1),
74 if (last_process_time_ms_ != -1 &&
75 now - last_process_time_ms_ < kDefaultProcessIntervalMs) {
76 time_until_next = (last_process_time_ms_ + kDefaultProcessIntervalMs - now);
86 last_process_time_ms_ = clock_->TimeInMilliseconds();
remote_estimator_proxy.h 63 int64_t last_process_time_ms_; member in class:webrtc::RemoteEstimatorProxy
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 60 : last_process_time_ms_(0),
94 if (current_time < last_process_time_ms_) {
98 const uint32_t elapsed_time = current_time - last_process_time_ms_;
106 last_process_time_ms_ = rtc::Time();
612 last_process_time_ms_ = rtc::Time();
fakeaudiocapturemodule.h 245 uint32_t last_process_time_ms_; member in class:FakeAudioCaptureModule

Completed in 68 milliseconds