Home
last modified time | relevance | path

Searched refs:last_process_time_ms_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.cc30 last_process_time_ms_(-1), in RemoteEstimatorProxy()
74 if (last_process_time_ms_ != -1 && in TimeUntilNextProcess()
75 now - last_process_time_ms_ < kDefaultProcessIntervalMs) { in TimeUntilNextProcess()
76 time_until_next = (last_process_time_ms_ + kDefaultProcessIntervalMs - now); in TimeUntilNextProcess()
86 last_process_time_ms_ = clock_->TimeInMilliseconds(); in Process()
Dremote_estimator_proxy.h63 int64_t last_process_time_ms_; variable
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc60 : last_process_time_ms_(0), in FakeAudioCaptureModule()
94 if (current_time < last_process_time_ms_) { in TimeUntilNextProcess()
98 const uint32_t elapsed_time = current_time - last_process_time_ms_; in TimeUntilNextProcess()
106 last_process_time_ms_ = rtc::Time(); in Process()
612 last_process_time_ms_ = rtc::Time(); in Initialize()
Dfakeaudiocapturemodule.h245 uint32_t last_process_time_ms_; variable