Home
last modified time | relevance | path

Searched refs:SetRtpState (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dpacket_sequencer.h46 void SetRtpState(const RtpState& state);
Dpacket_sequencer.cc73 void PacketSequencer::SetRtpState(const RtpState& state) { in SetRtpState() function in webrtc::PacketSequencer
Drtp_rtcp_impl.cc233 void ModuleRtpRtcpImpl::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl
235 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
236 rtp_sender_->sequencer_.SetRtpState(rtp_state); in SetRtpState()
Drtp_rtcp_impl2.cc186 void ModuleRtpRtcpImpl2::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl2
188 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
189 rtp_sender_->sequencer.SetRtpState(rtp_state); in SetRtpState()
Drtp_sender.h153 void SetRtpState(const RtpState& rtp_state) RTC_LOCKS_EXCLUDED(send_mutex_);
Drtp_rtcp_impl2.h101 void SetRtpState(const RtpState& rtp_state) override;
Drtp_rtcp_interface.h245 virtual void SetRtpState(const RtpState& rtp_state) = 0;
Drtp_rtcp_impl.h95 void SetRtpState(const RtpState& rtp_state) override;
Drtp_rtcp_impl2_unittest.cc703 sender_.impl_->SetRtpState(saved_rtp_state); in TEST_F()
1101 sender_.impl_->SetRtpState(state); in TEST_F()
1148 sender_.impl_->SetRtpState(rtp_state); in TEST_F()
Drtp_sender.cc710 void RTPSender::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::RTPSender
Drtp_sender_unittest.cc789 rtp_sender_->SetRtpState(state); in TEST_F()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h63 MOCK_METHOD(void, SetRtpState, (const RtpState& rtp_state), (override));
/external/webrtc/audio/
Daudio_send_stream.cc246 rtp_rtcp_module_->SetRtpState(*suspended_rtp_state_); in ConfigureStream()
/external/webrtc/call/
Drtp_video_sender.cc721 rtp_rtcp->SetRtpState(it->second); in ConfigureSsrcs()