Searched refs:rtp_states (Results 1 – 2 of 2) sorted by relevance
699 std::map<uint32_t, RtpState> rtp_states; in GetRtpStates() local704 rtp_states[ssrc] = rtp_streams_[i].rtp_rtcp->GetRtpState(); in GetRtpStates()713 rtp_states[ssrc] = *fec_state; in GetRtpStates()720 rtp_states[ssrc] = rtp_streams_[i].rtp_rtcp->GetRtxState(); in GetRtpStates()723 return rtp_states; in GetRtpStates()
956 VideoSendStream::RtpStateMap rtp_states; in DestroyVideoSendStream() local958 send_stream_impl->StopPermanentlyAndGetRtpStates(&rtp_states, in DestroyVideoSendStream()960 for (const auto& kv : rtp_states) { in DestroyVideoSendStream()