Home
last modified time | relevance | path

Searched refs:LoggedRtcpPacketIncoming (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h312 struct LoggedRtcpPacketIncoming { struct
313 LoggedRtcpPacketIncoming(int64_t timestamp_us, in LoggedRtcpPacketIncoming() function
317 LoggedRtcpPacketIncoming(uint64_t timestamp_us, const std::string& packet) in LoggedRtcpPacketIncoming() function
Drtc_event_log_unittest_helper.h250 const LoggedRtcpPacketIncoming& logged_event) const;
Drtc_event_log2rtp_dump.cc221 const webrtc::LoggedRtcpPacketIncoming& incoming) { in main()
Drtc_event_log_parser.h513 const std::vector<LoggedRtcpPacketIncoming>& incoming_rtcp_packets() const { in RTC_POP_IGNORING_WUNDEF()
805 std::vector<LoggedRtcpPacketIncoming> incoming_rtcp_packets_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.cc1023 const LoggedRtcpPacketIncoming& logged_event) const { in VerifyLoggedRtcpPacketIncoming()
Drtc_event_log_parser.cc1469 LoggedRtcpPacketIncoming(timestamp_us, packet, total_length)); in StoreParsedLegacyEvent()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc521 MovingAverage<LoggedRtcpPacketIncoming, double>( in CreatePacketRateGraph()
562 auto handle_incoming_rtcp = [&](const LoggedRtcpPacketIncoming& packet) { in CreateTotalPacketRateGraph()