Home
last modified time | relevance | path

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

/external/webrtc/call/
Drtp_video_sender.cc699 std::map<uint32_t, RtpState> rtp_states; in GetRtpStates() local
704 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()
Dcall.cc956 VideoSendStream::RtpStateMap rtp_states; in DestroyVideoSendStream() local
958 send_stream_impl->StopPermanentlyAndGetRtpStates(&rtp_states, in DestroyVideoSendStream()
960 for (const auto& kv : rtp_states) { in DestroyVideoSendStream()