Searched refs:GetRtpStateForSsrc (Results 1 – 7 of 7) sorted by relevance
503 rtp_states[ssrc] = vie_channel_->GetRtpStateForSsrc(ssrc); in GetRtpStates()508 rtp_states[ssrc] = vie_channel_->GetRtpStateForSsrc(ssrc); in GetRtpStates()
138 RtpState GetRtpStateForSsrc(uint32_t ssrc);
725 RtpState ViEChannel::GetRtpStateForSsrc(uint32_t ssrc) { in GetRtpStateForSsrc() function in webrtc::ViEChannel729 if (rtp_rtcp->GetRtpStateForSsrc(ssrc, &rtp_state)) in GetRtpStateForSsrc()
207 virtual bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) = 0;
91 MOCK_METHOD2(GetRtpStateForSsrc, bool(uint32_t ssrc, RtpState* rtp_state));
76 bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) override;
301 bool ModuleRtpRtcpImpl::GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) { in GetRtpStateForSsrc() function in webrtc::ModuleRtpRtcpImpl