Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h100 struct LoggedRtcpPacketIncoming { struct
101 LoggedRtcpPacketIncoming(Timestamp timestamp, in LoggedRtcpPacketIncoming() argument
104 LoggedRtcpPacketIncoming(Timestamp timestamp, absl::string_view packet) in LoggedRtcpPacketIncoming() argument
H A Drtc_event_rtcp_packet_incoming.h51 std::vector<LoggedRtcpPacketIncoming>& output) { in Parse()
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.h531 const std::vector<LoggedRtcpPacketIncoming>& incoming_rtcp_packets() const { in RTC_POP_IGNORING_WUNDEF()
829 std::vector<LoggedRtcpPacketIncoming> incoming_rtcp_packets_; in RTC_POP_IGNORING_WUNDEF()
H A Drtc_event_log2rtp_dump.cc222 const webrtc::LoggedRtcpPacketIncoming& incoming) { in main()
H A Drtc_event_log_unittest_helper.h257 const LoggedRtcpPacketIncoming& logged_event) const;
H A Drtc_event_log_unittest_helper.cc1090 const LoggedRtcpPacketIncoming& logged_event) const { in VerifyLoggedRtcpPacketIncoming()
H A Drtc_event_log_parser.cc1684 LoggedRtcpPacketIncoming(Timestamp::Micros(timestamp_us), packet)); in StoreParsedLegacyEvent()
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_to_text/
H A Dconverter.cc381 [&](const LoggedRtcpPacketIncoming& event) { in Convert()
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.cc527 MovingAverage<LoggedRtcpPacketIncoming, double>( in CreatePacketRateGraph()
566 auto handle_incoming_rtcp = [&](const LoggedRtcpPacketIncoming& packet) { in CreateTotalPacketRateGraph()