Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h67 MOCK_METHOD(void, SetRtxState, (const RtpState& rtp_state), (override));
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h106 void SetRtxState(const RtpState& rtp_state) override;
Drtp_rtcp_interface.h209 virtual void SetRtxState(const RtpState& rtp_state) = 0;
Drtp_rtcp_impl.h97 void SetRtxState(const RtpState& rtp_state) override;
Drtp_rtcp_impl2.cc208 void ModuleRtpRtcpImpl2::SetRtxState(const RtpState& rtp_state) { in SetRtxState() function in webrtc::ModuleRtpRtcpImpl2
Drtp_rtcp_impl.cc264 void ModuleRtpRtcpImpl::SetRtxState(const RtpState& rtp_state) { in SetRtxState() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/call/
Drtp_video_sender.cc658 rtp_rtcp->SetRtxState(it->second); in ConfigureSsrcs()