Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_rtp_rtcp_impl.h49 virtual void SetRtpStateForSsrc(int video_channel,
Dvie_rtp_rtcp_impl.cc259 void ViERTP_RTCPImpl::SetRtpStateForSsrc(int video_channel, in SetRtpStateForSsrc() function in webrtc::ViERTP_RTCPImpl
271 vie_channel->SetRtpStateForSsrc(ssrc, rtp_state); in SetRtpStateForSsrc()
Dvie_channel.h156 void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
Dvie_channel.cc923 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) { in SetRtpStateForSsrc() function in webrtc::ViEChannel
925 default_rtp_rtcp_->SetRtpStateForSsrc(ssrc, rtp_state); in SetRtpStateForSsrc()
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream.cc420 rtp_rtcp_->SetRtpStateForSsrc(channel_, ssrc, it->second); in ConfigureSsrcs()
438 rtp_rtcp_->SetRtpStateForSsrc(channel_, ssrc, it->second); in ConfigureSsrcs()
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h157 virtual void SetRtpStateForSsrc(int video_channel, in SetRtpStateForSsrc() function
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h209 virtual void SetRtpStateForSsrc(uint32_t ssrc,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h88 MOCK_METHOD2(SetRtpStateForSsrc,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h76 virtual void SetRtpStateForSsrc(uint32_t ssrc,
Drtp_rtcp_impl.cc340 void ModuleRtpRtcpImpl::SetRtpStateForSsrc(uint32_t ssrc, in SetRtpStateForSsrc() function in webrtc::ModuleRtpRtcpImpl
353 child_modules_[i]->SetRtpStateForSsrc(ssrc, rtp_state); in SetRtpStateForSsrc()