Home
last modified time | relevance | path

Searched refs:SetRtpStateForSsrc (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_send_stream.cc476 vie_channel_->SetRtpStateForSsrc(ssrc, it->second); in ConfigureSsrcs()
491 vie_channel_->SetRtpStateForSsrc(ssrc, it->second); in ConfigureSsrcs()
Dvie_channel.h137 void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
Dvie_channel.cc717 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) { in SetRtpStateForSsrc() function in webrtc::ViEChannel
720 if (rtp_rtcp->SetRtpStateForSsrc(ssrc, rtp_state)) in SetRtpStateForSsrc()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h205 virtual bool SetRtpStateForSsrc(uint32_t ssrc,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h89 MOCK_METHOD2(SetRtpStateForSsrc,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h75 bool SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) override;
Drtp_rtcp_impl.cc288 bool ModuleRtpRtcpImpl::SetRtpStateForSsrc(uint32_t ssrc, in SetRtpStateForSsrc() function in webrtc::ModuleRtpRtcpImpl