Searched refs:stop_time_ms (Results 1 – 5 of 5) sorted by relevance
172 const time_ms_t stop_time_ms = cue.stop_time.presentation(); in AddChapter() local176 const uint64_t stop_time_ns = stop_time_ms * kNsPerMs; in AddChapter()
307 int64_t stop_time_ms = now_ms + test::CallTest::kLongTimeoutMs; in TEST_F() local311 while (now_ms < stop_time_ms) { in TEST_F()322 int64_t time_until_timeout_ms = stop_time_ms - now_ms; in TEST_F()
368 int64_t end_time_ms = parsed_log.first_log_segment().stop_time_ms(); in SimulateNetEq()
342 int64_t stop_time_ms() const { return stop_time_us_ / 1000; } in RTC_POP_IGNORING_WUNDEF()
744 EXPECT_EQ(parsed_log.first_log_segment().stop_time_ms(), in ReadAndVerifyLog()