Home
last modified time | relevance | path

Searched refs:stop_time_us (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dalerts.cc65 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeStreamGaps()
133 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeTransmissionGaps()
199 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeLog()
Danalyzer.cc752 int64_t segment_end_us = parsed_log_.first_log_segment().stop_time_us(); in CreateIncomingDelayGraph()
1505 int64_t segment_end_us = parsed_log_.first_log_segment().stop_time_us(); in CreatePacerDelayGraph()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h338 LogSegment(int64_t start_time_us, int64_t stop_time_us) in RTC_POP_IGNORING_WUNDEF()
339 : start_time_us_(start_time_us), stop_time_us_(stop_time_us) {} in RTC_POP_IGNORING_WUNDEF()
343 int64_t stop_time_us() const { return stop_time_us_; } in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.h291 void VerifyLoggedStopEvent(int64_t stop_time_us,
Drtc_event_log_unittest.cc878 int64_t stop_time_us = rtc::TimeMicros(); in TEST_P() local
892 verifier_.VerifyLoggedStopEvent(stop_time_us, stop_log_events[0]); in TEST_P()
Drtc_event_log_unittest_helper.cc1218 int64_t stop_time_us, in VerifyLoggedStopEvent() argument
1220 EXPECT_EQ(stop_time_us / 1000, logged_event.log_time_ms()); in VerifyLoggedStopEvent()