Searched refs:SetRtpStateForSsrc (Results 1 – 7 of 7) sorted by relevance
476 vie_channel_->SetRtpStateForSsrc(ssrc, it->second); in ConfigureSsrcs()491 vie_channel_->SetRtpStateForSsrc(ssrc, it->second); in ConfigureSsrcs()
137 void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
717 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) { in SetRtpStateForSsrc() function in webrtc::ViEChannel720 if (rtp_rtcp->SetRtpStateForSsrc(ssrc, rtp_state)) in SetRtpStateForSsrc()
205 virtual bool SetRtpStateForSsrc(uint32_t ssrc,
89 MOCK_METHOD2(SetRtpStateForSsrc,
75 bool SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) override;
288 bool ModuleRtpRtcpImpl::SetRtpStateForSsrc(uint32_t ssrc, in SetRtpStateForSsrc() function in webrtc::ModuleRtpRtcpImpl