HomeSort by relevance Sort by last modified time
    Searched refs:SetRtpStateForSsrc (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 205 virtual bool SetRtpStateForSsrc(uint32_t ssrc,
  /external/webrtc/webrtc/video/
video_send_stream.cc 476 vie_channel_->SetRtpStateForSsrc(ssrc, it->second);
491 vie_channel_->SetRtpStateForSsrc(ssrc, it->second);
vie_channel.h 137 void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
vie_channel.cc 717 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) {
720 if (rtp_rtcp->SetRtpStateForSsrc(ssrc, rtp_state))
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 89 MOCK_METHOD2(SetRtpStateForSsrc,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 75 bool SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) override;
rtp_rtcp_impl.cc 288 bool ModuleRtpRtcpImpl::SetRtpStateForSsrc(uint32_t ssrc,

Completed in 135 milliseconds