Home
last modified time | relevance | path

Searched refs:time_now_ms_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Dstream_synchronization_unittest.cc35 time_now_ms_(offset) {} in Time()
45 *ntp_secs = time_now_ms_ / 1000 + kNtpJan1970; in NowNtp()
46 int64_t remainder_ms = time_now_ms_ % 1000; in NowNtp()
52 return frequency * time_now_ms_ / 1000 + offset; in NowRtp()
56 time_now_ms_ += inc; in IncreaseTimeMs()
60 return time_now_ms_; in time_now_ms()
66 int64_t time_now_ms_; member in webrtc::Time
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc102 time_now_ms_(-1), in BweTest()
170 if (time_now_ms_ == -1) { in RunFor()
171 time_now_ms_ = simulation_interval_ms_; in RunFor()
174 time_now_ms_ <= run_time_ms_ - simulation_interval_ms_; in RunFor()
175 time_now_ms_ += simulation_interval_ms_) { in RunFor()
181 link->Run(simulation_interval_ms_, time_now_ms_, &packets_); in RunFor()
Dbwe_test.h140 int64_t time_now_ms_; variable