Home
last modified time | relevance | path

Searched refs:LoggedRtpStreamView (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h345 struct LoggedRtpStreamView { in RTC_POP_IGNORING_WUNDEF() struct
346 LoggedRtpStreamView(uint32_t ssrc, in RTC_POP_IGNORING_WUNDEF()
348 LoggedRtpStreamView(uint32_t ssrc, in RTC_POP_IGNORING_WUNDEF()
350 LoggedRtpStreamView(const LoggedRtpStreamView&); in RTC_POP_IGNORING_WUNDEF()
522 const std::vector<LoggedRtpStreamView>& rtp_packets_by_ssrc( in RTC_POP_IGNORING_WUNDEF()
825 std::vector<LoggedRtpStreamView> incoming_rtp_packet_views_by_ssrc_; in RTC_POP_IGNORING_WUNDEF()
826 std::vector<LoggedRtpStreamView> outgoing_rtp_packet_views_by_ssrc_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_parser.cc994 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView( in LoggedRtpStreamView() function in webrtc::ParsedRtcEventLog::LoggedRtpStreamView
1003 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView( in LoggedRtpStreamView() function in webrtc::ParsedRtcEventLog::LoggedRtpStreamView
1012 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView(
1013 const LoggedRtpStreamView&) = default;
1194 LoggedRtpStreamView(stream.ssrc, stream.incoming_packets)); in ParseStream()
1198 LoggedRtpStreamView(stream.ssrc, stream.outgoing_packets)); in ParseStream()