Searched defs:outgoing_streams (Results 1 – 7 of 7) sorted by relevance
77 void OnStreamsResetFailed(rtc::ArrayView<const StreamID> outgoing_streams, in OnStreamsResetFailed()80 rtc::ArrayView<const StreamID> outgoing_streams) override {} in OnStreamsResetPerformed()
122 rtc::ArrayView<const StreamID> outgoing_streams, in OnStreamsResetFailed()134 rtc::ArrayView<const StreamID> outgoing_streams) { in OnStreamsResetPerformed()
215 void OnStreamsResetFailed(rtc::ArrayView<const StreamID> outgoing_streams, in OnStreamsResetFailed()219 rtc::ArrayView<const StreamID> outgoing_streams) override {} in OnStreamsResetPerformed()
312 rtc::ArrayView<const StreamID> outgoing_streams) { in ResetStreams()
519 rtc::ArrayView<const StreamID> outgoing_streams) { in ResetStreams()
536 rtc::ArrayView<const dcsctp::StreamID> outgoing_streams, in OnStreamsResetFailed()548 rtc::ArrayView<const dcsctp::StreamID> outgoing_streams) { in OnStreamsResetPerformed()
157 const auto& outgoing_streams = parsed_log->outgoing_rtp_packets_by_ssrc(); in GetRtpPacketsBySsrc() local