Home
last modified time | relevance | path

Searched refs:simulation_interval_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc103 simulation_interval_ms_(-1), in BweTest()
165 simulation_interval_ms_ = uplink_.senders()[0]->GetFeedbackIntervalMs(); in RunFor()
167 simulation_interval_ms_ = downlink_.senders()[0]->GetFeedbackIntervalMs(); in RunFor()
169 assert(simulation_interval_ms_ > 0); 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.h141 int64_t simulation_interval_ms_; variable