Home | History | Annotate | Download | only in video

Lines Matching defs:rtp_state

717 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) {
720 if (rtp_rtcp->SetRtpStateForSsrc(ssrc, rtp_state))
727 RtpState rtp_state;
729 if (rtp_rtcp->GetRtpStateForSsrc(ssrc, &rtp_state))
730 return rtp_state;
733 return rtp_state;