Home
last modified time | relevance | path

Searched refs:stop_time_ms (Results 1 – 5 of 5) sorted by relevance

/external/libwebm/
Dsample_muxer_metadata.cc172 const time_ms_t stop_time_ms = cue.stop_time.presentation(); in AddChapter() local
176 const uint64_t stop_time_ns = stop_time_ms * kNsPerMs; in AddChapter()
/external/webrtc/video/end_to_end_tests/
Dstats_tests.cc307 int64_t stop_time_ms = now_ms + test::CallTest::kLongTimeoutMs; in TEST_F() local
311 while (now_ms < stop_time_ms) { in TEST_F()
322 int64_t time_until_timeout_ms = stop_time_ms - now_ms; in TEST_F()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyze_audio.cc368 int64_t end_time_ms = parsed_log.first_log_segment().stop_time_ms(); in SimulateNetEq()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h342 int64_t stop_time_ms() const { return stop_time_us_ / 1000; } in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest.cc744 EXPECT_EQ(parsed_log.first_log_segment().stop_time_ms(), in ReadAndVerifyLog()