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

  /external/chromium_org/third_party/webrtc/test/
fake_network_pipe.cc 83 next_process_time_(TickTime::MillisecondTimestamp()) {
184 if (packet->arrival_time() < next_process_time_)
185 next_process_time_ = packet->arrival_time();
215 return std::max(static_cast<int>(next_process_time_ -
fake_network_pipe.h 91 int64_t next_process_time_; member in class:webrtc::FakeNetworkPipe
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.h 119 int64_t next_process_time_; member in class:webrtc::OveruseFrameDetector
overuse_frame_detector.cc 378 next_process_time_(clock_->TimeInMilliseconds()),
433 return next_process_time_ - clock_->TimeInMilliseconds();
500 if (now < next_process_time_)
503 int64_t diff_ms = now - next_process_time_ + kProcessIntervalMs;
504 next_process_time_ = now + kProcessIntervalMs;

Completed in 102 milliseconds