Home
last modified time | relevance | path

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

/external/webrtc/video/end_to_end_tests/
Dprobing_tests.cc78 int64_t start_time_ms = clock_->TimeInMilliseconds(); local
80 if (clock_->TimeInMilliseconds() - start_time_ms > kTimeoutMs)
130 int64_t start_time_ms = clock_->TimeInMilliseconds(); local
132 if (clock_->TimeInMilliseconds() - start_time_ms > kTimeoutMs)
234 int64_t start_time_ms = clock_->TimeInMilliseconds(); local
237 if (clock_->TimeInMilliseconds() - start_time_ms > kTimeoutMs)
Dstats_tests.cc756 int64_t start_time_ms = clock_->TimeInMilliseconds(); in TEST_F() local
761 ASSERT_GE(start_time_ms + kDefaultTimeoutMs, clock_->TimeInMilliseconds()) in TEST_F()
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc102 const int64_t start_time_ms = *input_->NextEventTime(); in RunToNextGetAudio() local
103 int64_t time_now_ms = start_time_ms; in RunToNextGetAudio()
199 input_->NextEventTime().value_or(time_now_ms) - start_time_ms; in RunToNextGetAudio()
247 start_time_ms) in RunToNextGetAudio()
277 input_->NextEventTime().value_or(time_now_ms) - start_time_ms; in RunToNextGetAudio()
Dneteq_performance_test.cc79 int64_t start_time_ms = clock->TimeInMilliseconds(); in Run() local
124 return end_time_ms - start_time_ms; in Run()
/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_complexity_unittest.cc39 const int64_t start_time_ms = rtc::TimeMillis(); in RunComplexityTest() local
48 return rtc::TimeMillis() - start_time_ms; in RunComplexityTest()
/external/webrtc/modules/video_coding/
Dreceiver.cc80 const int64_t start_time_ms = clock_->TimeInMilliseconds(); in FrameForDecoding() local
140 static_cast<int32_t>(clock_->TimeInMilliseconds() - start_time_ms); in FrameForDecoding()
/external/libwebm/
Dsample_muxer_metadata.cc171 const time_ms_t start_time_ms = cue.start_time.presentation(); in AddChapter() local
175 const uint64_t start_time_ns = start_time_ms * kNsPerMs; in AddChapter()
/external/webrtc/call/
Dcall_perf_tests.cc83 int start_time_ms,
370 int start_time_ms, in TestCaptureNtpTime() argument
377 int start_time_ms, in TestCaptureNtpTime() argument
383 start_time_ms_(start_time_ms), in TestCaptureNtpTime()
505 } test(net_config, threshold_ms, start_time_ms, run_time_ms); in TestCaptureNtpTime()
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc205 absl::optional<int64_t> start_time_ms = in OnProcessInterval() local
207 probe_controller_->SetAlrStartTimeMs(start_time_ms); in OnProcessInterval()
Dgoog_cc_network_control_unittest.cc215 int64_t start_time_ms = current_time_.ms(); in PacketTransmissionAndFeedbackBlock() local
216 while (current_time_.ms() - start_time_ms < runtime_ms) { in PacketTransmissionAndFeedbackBlock()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc769 const int64_t start_time_ms = fake_clock_.TimeInMilliseconds(); in TEST_P() local
788 start_time_ms + expected_time_offset_ms); in TEST_P()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h340 int64_t start_time_ms() const { return start_time_us_ / 1000; } in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest.cc742 EXPECT_EQ(parsed_log.first_log_segment().start_time_ms(), in ReadAndVerifyLog()
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc3802 const int64_t start_time_ms = rtc::TimeMillis(); in TEST_F() local
3803 while (rtc::TimeMillis() - start_time_ms < kProcessIntervalMs) { in TEST_F()