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.cc55 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeStreamGaps()
123 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeTransmissionGaps()
190 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeLog()
Danalyzer.cc756 int64_t segment_end_us = parsed_log_.first_log_segment().stop_time_us(); in CreateIncomingDelayGraph()
1535 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.h357 LogSegment(int64_t start_time_us, int64_t stop_time_us) in RTC_POP_IGNORING_WUNDEF()
358 : start_time_us_(start_time_us), stop_time_us_(stop_time_us) {} in RTC_POP_IGNORING_WUNDEF()
362 int64_t stop_time_us() const { return stop_time_us_; } in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.h301 void VerifyLoggedStopEvent(int64_t stop_time_us,
Drtc_event_log_unittest.cc911 int64_t start_time_us, utc_start_time_us, stop_time_us; in TEST_P() local
937 stop_time_us = rtc::TimeMicros(); in TEST_P()
954 verifier_.VerifyLoggedStopEvent(stop_time_us, stop_log_events[0]); in TEST_P()
Drtc_event_log_unittest_helper.cc1296 int64_t stop_time_us, in VerifyLoggedStopEvent() argument
1298 EXPECT_EQ(stop_time_us / 1000, logged_event.log_time_ms()); in VerifyLoggedStopEvent()