Home
last modified time | relevance | path

Searched defs:rtp_state (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc289 const RtpState& rtp_state) { in SetRtpStateForSsrc()
301 bool ModuleRtpRtcpImpl::GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) { in GetRtpStateForSsrc()
Drtp_sender.cc1875 void RTPSender::SetRtpState(const RtpState& rtp_state) { in SetRtpState()
1900 void RTPSender::SetRtxRtpState(const RtpState& rtp_state) { in SetRtxRtpState()
/external/webrtc/webrtc/call/
Dcall.cc425 VideoSendStream::RtpStateMap rtp_state = send_stream_impl->GetRtpStates(); in DestroyVideoSendStream() local
/external/webrtc/webrtc/video/
Dvie_channel.cc717 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) { in SetRtpStateForSsrc()
727 RtpState rtp_state; in GetRtpStateForSsrc() local