Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/
Dfake_network_pipe.cc81 next_process_time_(clock_->TimeInMilliseconds()) {} in FakeNetworkPipe()
182 if (packet->arrival_time() < next_process_time_) in Process()
183 next_process_time_ = packet->arrival_time(); in Process()
215 return std::max<int64_t>(next_process_time_ - clock_->TimeInMilliseconds(), in TimeUntilNextProcess()
Dfake_network_pipe.h87 int64_t next_process_time_; variable
/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc178 next_process_time_(clock_->TimeInMilliseconds()), in OveruseFrameDetector()
217 return next_process_time_ - clock_->TimeInMilliseconds(); in TimeUntilNextProcess()
286 if (now < next_process_time_) in Process()
289 next_process_time_ = now + kProcessIntervalMs; in Process()
Doveruse_frame_detector.h142 int64_t next_process_time_; variable