Home
last modified time | relevance | path

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

1234

/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Dpacket_sequencer.h48 void SetRtpState(const RtpState& state);
H A Dpacket_sequencer.cc62 void PacketSequencer::SetRtpState(const RtpState& state) { in SetRtpState() function in webrtc::PacketSequencer
H A Drtp_sender.h169 void SetRtpState(const RtpState& rtp_state) RTC_LOCKS_EXCLUDED(send_mutex_);
H A Drtp_rtcp_impl.cc258 void ModuleRtpRtcpImpl::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl
259 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
H A Drtp_rtcp_impl.h94 void SetRtpState(const RtpState& rtp_state) override;
H A Drtp_rtcp_interface.h234 virtual void SetRtpState(const RtpState& rtp_state) = 0;
H A Drtp_rtcp_impl2.h106 void SetRtpState(const RtpState& rtp_state) override;
H A Drtp_rtcp_impl2.cc204 void ModuleRtpRtcpImpl2::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl2
205 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
H A Drtp_sender.cc782 void RTPSender::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::RTPSender
786 sequencer_.SetRtpState(rtp_state); in SetRtpState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.h138 void SetRtpState(const RtpState& rtp_state);
H A Drtp_rtcp_impl.h94 void SetRtpState(const RtpState& rtp_state) override;
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h66 MOCK_METHOD(void, SetRtpState, (const RtpState& rtp_state), (override));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h66 MOCK_METHOD(void, SetRtpState, (const RtpState& rtp_state), (override));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.h168 void SetRtpState(const RtpState& rtp_state) RTC_LOCKS_EXCLUDED(send_mutex_);
H A Drtp_rtcp_impl2.cc203 void ModuleRtpRtcpImpl2::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl2
204 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
H A Drtp_rtcp_interface.h208 virtual void SetRtpState(const RtpState& rtp_state) = 0;
H A Drtp_rtcp_impl2.h105 void SetRtpState(const RtpState& rtp_state) override;
H A Drtp_rtcp_impl.cc259 void ModuleRtpRtcpImpl::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl
260 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h66 MOCK_METHOD(void, SetRtpState, (const RtpState& rtp_state), (override));
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtp_sender.h168 void SetRtpState(const RtpState& rtp_state) RTC_LOCKS_EXCLUDED(send_mutex_);
H A Drtp_rtcp_impl2.cc203 void ModuleRtpRtcpImpl2::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl2
204 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
H A Drtp_rtcp_impl2.h105 void SetRtpState(const RtpState& rtp_state) override;
H A Drtp_rtcp_interface.h232 virtual void SetRtpState(const RtpState& rtp_state) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h58 MOCK_METHOD1(SetRtpState, void(const RtpState& rtp_state));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h228 virtual void SetRtpState(const RtpState& rtp_state) = 0;

1234