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.h324 struct LoggedRtpStreamView { in RTC_POP_IGNORING_WUNDEF() struct
325 LoggedRtpStreamView(uint32_t ssrc, in RTC_POP_IGNORING_WUNDEF()
328 LoggedRtpStreamView(uint32_t ssrc, in RTC_POP_IGNORING_WUNDEF()
331 LoggedRtpStreamView(const LoggedRtpStreamView&); in RTC_POP_IGNORING_WUNDEF()
504 const std::vector<LoggedRtpStreamView>& rtp_packets_by_ssrc( in RTC_POP_IGNORING_WUNDEF()
801 std::vector<LoggedRtpStreamView> incoming_rtp_packet_views_by_ssrc_; in RTC_POP_IGNORING_WUNDEF()
802 std::vector<LoggedRtpStreamView> outgoing_rtp_packet_views_by_ssrc_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_parser.cc960 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView( in LoggedRtpStreamView() function in webrtc::ParsedRtcEventLog::LoggedRtpStreamView
970 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView( in LoggedRtpStreamView() function in webrtc::ParsedRtcEventLog::LoggedRtpStreamView
980 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView(
981 const LoggedRtpStreamView&) = default;
1150 LoggedRtpStreamView(stream.ssrc, stream.incoming_packets.data(), in ParseStream()
1155 LoggedRtpStreamView(stream.ssrc, stream.outgoing_packets.data(), in ParseStream()