Home
last modified time | relevance | path

Searched refs:LoggedRtcpPacketOutgoing (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h114 struct LoggedRtcpPacketOutgoing { struct
115 LoggedRtcpPacketOutgoing(Timestamp timestamp, in LoggedRtcpPacketOutgoing() function
118 LoggedRtcpPacketOutgoing(Timestamp timestamp, absl::string_view packet) in LoggedRtcpPacketOutgoing() function
H A Drtc_event_rtcp_packet_outgoing.h51 std::vector<LoggedRtcpPacketOutgoing>& output) { in Parse()
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.h535 const std::vector<LoggedRtcpPacketOutgoing>& outgoing_rtcp_packets() const { in RTC_POP_IGNORING_WUNDEF()
830 std::vector<LoggedRtcpPacketOutgoing> outgoing_rtcp_packets_; in RTC_POP_IGNORING_WUNDEF()
H A Drtc_event_log_unittest_helper.h261 const LoggedRtcpPacketOutgoing& logged_event) const;
H A Drtc_event_log_unittest_helper.cc1102 const LoggedRtcpPacketOutgoing& logged_event) const { in VerifyLoggedRtcpPacketOutgoing()
H A Drtc_event_log_parser.cc1688 LoggedRtcpPacketOutgoing(Timestamp::Micros(timestamp_us), packet)); in StoreParsedLegacyEvent()
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_to_text/
H A Dconverter.cc387 [&](const LoggedRtcpPacketOutgoing& event) { in Convert()
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.cc531 MovingAverage<LoggedRtcpPacketOutgoing, double>( in CreatePacketRateGraph()
572 auto handle_outgoing_rtcp = [&](const LoggedRtcpPacketOutgoing& packet) { in CreateTotalPacketRateGraph()