Searched defs:time_since_creation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/video/
H A Dcall_perf_tests.cc199 int64_t time_since_creation = now_ms - creation_time_ms_; variable
202 if (time_since_creation < kStartupTimeMs)
210 time_since_creation,
214 if (time_since_creation > kMinRunTimeMs)
381 int64_t time_since_creation = now_ms - creation_time_ms_; variable
382 if (time_since_creation < start_time_ms_) {
387 if (time_since_creation > run_time_ms_) {

Completed in 48 milliseconds