Searched refs:LoggedRtcpPacketOutgoing (Results 1 – 6 of 6) sorted by relevance
326 struct LoggedRtcpPacketOutgoing { struct327 LoggedRtcpPacketOutgoing(int64_t timestamp_us, in LoggedRtcpPacketOutgoing() argument331 LoggedRtcpPacketOutgoing(uint64_t timestamp_us, const std::string& packet) in LoggedRtcpPacketOutgoing() argument
254 const LoggedRtcpPacketOutgoing& logged_event) const;
517 const std::vector<LoggedRtcpPacketOutgoing>& outgoing_rtcp_packets() const { in RTC_POP_IGNORING_WUNDEF()806 std::vector<LoggedRtcpPacketOutgoing> outgoing_rtcp_packets_; in RTC_POP_IGNORING_WUNDEF()
1035 const LoggedRtcpPacketOutgoing& logged_event) const { in VerifyLoggedRtcpPacketOutgoing()
1474 LoggedRtcpPacketOutgoing(timestamp_us, packet, total_length)); in StoreParsedLegacyEvent()
525 MovingAverage<LoggedRtcpPacketOutgoing, double>( in CreatePacketRateGraph()568 auto handle_outgoing_rtcp = [&](const LoggedRtcpPacketOutgoing& packet) { in CreateTotalPacketRateGraph()