Searched refs:LoggedRtpStreamView (Results 1 – 2 of 2) sorted by relevance
324 struct LoggedRtpStreamView { in RTC_POP_IGNORING_WUNDEF() struct325 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()
960 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView( in LoggedRtpStreamView() function in webrtc::ParsedRtcEventLog::LoggedRtpStreamView970 ParsedRtcEventLog::LoggedRtpStreamView::LoggedRtpStreamView( in LoggedRtpStreamView() function in webrtc::ParsedRtcEventLog::LoggedRtpStreamView980 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()