Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_send_stream.cc503 rtp_states[ssrc] = vie_channel_->GetRtpStateForSsrc(ssrc); in GetRtpStates()
508 rtp_states[ssrc] = vie_channel_->GetRtpStateForSsrc(ssrc); in GetRtpStates()
Dvie_channel.h138 RtpState GetRtpStateForSsrc(uint32_t ssrc);
Dvie_channel.cc725 RtpState ViEChannel::GetRtpStateForSsrc(uint32_t ssrc) { in GetRtpStateForSsrc() function in webrtc::ViEChannel
729 if (rtp_rtcp->GetRtpStateForSsrc(ssrc, &rtp_state)) in GetRtpStateForSsrc()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h207 virtual bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h91 MOCK_METHOD2(GetRtpStateForSsrc, bool(uint32_t ssrc, RtpState* rtp_state));
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h76 bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) override;
Drtp_rtcp_impl.cc301 bool ModuleRtpRtcpImpl::GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) { in GetRtpStateForSsrc() function in webrtc::ModuleRtpRtcpImpl