Home
last modified time | relevance | path

Searched refs:start_time_ms (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/input/
Dtegra-kbc.c56 unsigned int start_time_ms; /* Time that we inited (in ms) */ member
162 elapsed_time = get_timer(priv->start_time_ms); in kbd_wait_for_fifo_init()
251 priv->start_time_ms = get_timer(0); in tegra_kbc_open()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_performance_test.cc76 int64_t start_time_ms = clock->TimeInMilliseconds(); in Run() local
130 return end_time_ms - start_time_ms; in Run()
Dneteq_rtpplay.cc519 int64_t start_time_ms = rtc::checked_cast<int64_t>(packet->time_ms()); in main() local
520 int64_t time_now_ms = start_time_ms; in main()
536 start_time_ms = time_now_ms = in main()
646 static_cast<int>(time_now_ms - start_time_ms)); in main()
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc57 int start_time_ms,
382 int start_time_ms, in TestCaptureNtpTime() argument
389 int start_time_ms, in TestCaptureNtpTime() argument
395 start_time_ms_(start_time_ms), in TestCaptureNtpTime()
508 } test(net_config, threshold_ms, start_time_ms, run_time_ms); in TestCaptureNtpTime()
/external/webrtc/webrtc/modules/video_coding/
Dreceiver.cc102 const int64_t start_time_ms = clock_->TimeInMilliseconds(); in FrameForDecoding() local
149 static_cast<int32_t>(clock_->TimeInMilliseconds() - start_time_ms); in FrameForDecoding()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc360 int64_t start_time_ms = clock_.TimeInMilliseconds(); in RunFor() local
383 (clock_.TimeInMilliseconds() - start_time_ms)); in RunFor()
/external/webrtc/webrtc/video/
Dend_to_end_tests.cc3180 int64_t start_time_ms = clock_->TimeInMilliseconds(); in TEST_F() local
3183 ASSERT_GE(start_time_ms + kDefaultTimeoutMs, in TEST_F()