Home
last modified time | relevance | path

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

/external/webrtc/webrtc/call/
Dcall_perf_tests.cc396 run_time_ms_(run_time_ms), in TestCaptureNtpTime()
429 if (time_since_creation > run_time_ms_) { in TestCaptureNtpTime()
501 int run_time_ms_; in TestCaptureNtpTime() member in webrtc::CallPerfTest::TestCaptureNtpTime::CaptureNtpTimeObserver
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.h139 int64_t run_time_ms_; variable
Dbwe_test.cc101 : run_time_ms_(0), in BweTest()
173 for (run_time_ms_ += time_ms; in RunFor()
174 time_now_ms_ <= run_time_ms_ - simulation_interval_ms_; in RunFor()