Searched refs:SetRtpStateForSsrc (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_rtp_rtcp_impl.h | 49 virtual void SetRtpStateForSsrc(int video_channel,
|
D | vie_rtp_rtcp_impl.cc | 259 void ViERTP_RTCPImpl::SetRtpStateForSsrc(int video_channel, in SetRtpStateForSsrc() function in webrtc::ViERTP_RTCPImpl 271 vie_channel->SetRtpStateForSsrc(ssrc, rtp_state); in SetRtpStateForSsrc()
|
D | vie_channel.h | 156 void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
|
D | vie_channel.cc | 923 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/ |
D | video_send_stream.cc | 420 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/ |
D | vie_rtp_rtcp.h | 157 virtual void SetRtpStateForSsrc(int video_channel, in SetRtpStateForSsrc() function
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
D | rtp_rtcp.h | 209 virtual void SetRtpStateForSsrc(uint32_t ssrc,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 88 MOCK_METHOD2(SetRtpStateForSsrc,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.h | 76 virtual void SetRtpStateForSsrc(uint32_t ssrc,
|
D | rtp_rtcp_impl.cc | 340 void ModuleRtpRtcpImpl::SetRtpStateForSsrc(uint32_t ssrc, in SetRtpStateForSsrc() function in webrtc::ModuleRtpRtcpImpl 353 child_modules_[i]->SetRtpStateForSsrc(ssrc, rtp_state); in SetRtpStateForSsrc()
|