Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h326 struct LoggedRtcpPacketOutgoing { struct
327 LoggedRtcpPacketOutgoing(int64_t timestamp_us, in LoggedRtcpPacketOutgoing() argument
331 LoggedRtcpPacketOutgoing(uint64_t timestamp_us, const std::string& packet) in LoggedRtcpPacketOutgoing() argument
Drtc_event_log_unittest_helper.h254 const LoggedRtcpPacketOutgoing& logged_event) const;
Drtc_event_log_parser.h517 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()
Drtc_event_log_unittest_helper.cc1035 const LoggedRtcpPacketOutgoing& logged_event) const { in VerifyLoggedRtcpPacketOutgoing()
Drtc_event_log_parser.cc1474 LoggedRtcpPacketOutgoing(timestamp_us, packet, total_length)); in StoreParsedLegacyEvent()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc525 MovingAverage<LoggedRtcpPacketOutgoing, double>( in CreatePacketRateGraph()
568 auto handle_outgoing_rtcp = [&](const LoggedRtcpPacketOutgoing& packet) { in CreateTotalPacketRateGraph()