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

  /external/webrtc/webrtc/video/
stream_synchronization_unittest.cc 35 time_now_ms_(offset) {}
45 *ntp_secs = time_now_ms_ / 1000 + kNtpJan1970;
46 int64_t remainder_ms = time_now_ms_ % 1000;
52 return frequency * time_now_ms_ / 1000 + offset;
56 time_now_ms_ += inc;
60 return time_now_ms_;
66 int64_t time_now_ms_; member in class:webrtc::Time
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 140 int64_t time_now_ms_; member in class:webrtc::testing::bwe::BweTest
bwe_test.cc 102 time_now_ms_(-1),
170 if (time_now_ms_ == -1) {
171 time_now_ms_ = simulation_interval_ms_;
174 time_now_ms_ <= run_time_ms_ - simulation_interval_ms_;
175 time_now_ms_ += simulation_interval_ms_) {
181 link->Run(simulation_interval_ms_, time_now_ms_, &packets_);
    [all...]

Completed in 154 milliseconds