Home
last modified time | relevance | path

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

/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/valgrind/massif/
Dms_main.c901 static Time start_time_ms; in get_time() local
903 start_time_ms = VG_(read_millisecond_timer)(); in get_time()
907 return VG_(read_millisecond_timer)() - start_time_ms; in get_time()
/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()