Home
last modified time | relevance | path

Searched refs:RtpRtcpInterface (Results 1 – 25 of 48) sorted by relevance

12

/external/webrtc/modules/pacing/
Dpacket_router.h35 class RtpRtcpInterface; variable
50 void AddSendRtpModule(RtpRtcpInterface* rtp_module, bool remb_candidate);
51 void RemoveSendRtpModule(RtpRtcpInterface* rtp_module);
93 void AddSendRtpModuleToMap(RtpRtcpInterface* rtp_module, uint32_t ssrc)
100 std::unordered_map<uint32_t, RtpRtcpInterface*> send_modules_map_
102 std::list<RtpRtcpInterface*> send_modules_list_
105 RtpRtcpInterface* last_send_module_ RTC_GUARDED_BY(modules_mutex_);
Dpacket_router.cc56 void PacketRouter::AddSendRtpModule(RtpRtcpInterface* rtp_module, in AddSendRtpModule()
77 void PacketRouter::AddSendRtpModuleToMap(RtpRtcpInterface* rtp_module, in AddSendRtpModuleToMap()
99 void PacketRouter::RemoveSendRtpModule(RtpRtcpInterface* rtp_module) { in RemoveSendRtpModule()
163 RtpRtcpInterface* rtp_module = kv->second; in SendPacket()
210 for (RtpRtcpInterface* rtp_module : send_modules_list_) { in GeneratePadding()
313 for (RtpRtcpInterface* rtp_module : send_modules_list_) { in SendCombinedRtcpPacket()
/external/webrtc/audio/voip/
Daudio_egress.h47 AudioEgress(RtpRtcpInterface* rtp_rtcp,
113 RtpRtcpInterface* const rtp_rtcp_;
Daudio_ingress.h47 AudioIngress(RtpRtcpInterface* rtp_rtcp,
126 RtpRtcpInterface* const rtp_rtcp_;
Daudio_channel.cc46 RtpRtcpInterface::Configuration rtp_config; in AudioChannel()
Daudio_egress.cc20 AudioEgress::AudioEgress(RtpRtcpInterface* rtp_rtcp, in AudioEgress()
Daudio_ingress.cc38 RtpRtcpInterface* rtp_rtcp, in AudioIngress()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h49 class ModuleRtpRtcpImpl2 final : public RtpRtcpInterface,
54 const RtpRtcpInterface::Configuration& configuration);
277 explicit RtpSenderContext(const RtpRtcpInterface::Configuration& config);
Dnack_rtx_unittest.cc66 void SetSendModule(RtpRtcpInterface* rtpRtcpModule) { in SetSendModule()
114 RtpRtcpInterface* module_;
130 RtpRtcpInterface::Configuration configuration; in SetUp()
Drtcp_sender_unittest.cc79 RtpRtcpInterface::Configuration configuration = GetDefaultConfig(); in RtcpSenderTest()
88 RtpRtcpInterface::Configuration GetDefaultConfig() { in GetDefaultConfig()
89 RtpRtcpInterface::Configuration configuration; in GetDefaultConfig()
194 RtpRtcpInterface::Configuration config; in TEST_F()
216 RtpRtcpInterface::Configuration config; in TEST_F()
525 RtpRtcpInterface::Configuration config; in TEST_F()
653 RtpRtcpInterface::Configuration config; in TEST_F()
Drtp_rtcp_impl.h49 const RtpRtcpInterface::Configuration& configuration);
317 explicit RtpSenderContext(const RtpRtcpInterface::Configuration& config);
Drtp_sender_unittest.cc248 RtpSenderContext(const RtpRtcpInterface::Configuration& config, in RtpSenderContext()
358 RtpRtcpInterface::Configuration config; in SetUpRtpSender()
556 RtpRtcpInterface::Configuration config; in TEST_P()
607 RtpRtcpInterface::Configuration config; in TEST_P()
643 RtpRtcpInterface::Configuration config; in TEST_P()
683 RtpRtcpInterface::Configuration config; in TEST_P()
739 RtpRtcpInterface::Configuration config; in TEST_P()
827 RtpRtcpInterface::Configuration config; in TEST_P()
1321 RtpRtcpInterface::Configuration config; in TEST_P()
1425 RtpRtcpInterface::Configuration config; in TEST_P()
[all …]
Drtp_sender_egress.h59 RtpSenderEgress(const RtpRtcpInterface::Configuration& config,
Drtp_sender_audio_unittest.cc72 RtpRtcpInterface::Configuration config; in RtpSenderAudioTest()
/external/webrtc/test/fuzzers/
Drtcp_receiver_fuzzer.cc43 RtpRtcpInterface::Configuration config; in FuzzOneInput()
/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h25 class RtpRtcp : public Module, public RtpRtcpInterface {
/external/webrtc/audio/
Dchannel_send.h99 virtual RtpRtcpInterface* GetRtpRtcp() const = 0;
Dmock_voe_channel_proxy.h155 MOCK_METHOD(RtpRtcpInterface*, GetRtpRtcp, (), (const, override));
Daudio_send_stream.h179 RtpRtcpInterface* const rtp_rtcp_module_;
Dchannel_send.cc111 RtpRtcpInterface* GetRtpRtcp() const override;
480 RtpRtcpInterface::Configuration configuration; in ChannelSend()
858 RtpRtcpInterface* ChannelSend::GetRtpRtcp() const { in GetRtpRtcp()
/external/webrtc/modules/rtp_rtcp/source/deprecated/
Ddeprecated_rtp_sender_egress.h50 DEPRECATED_RtpSenderEgress(const RtpRtcpInterface::Configuration& config,
/external/webrtc/call/
Dflexfec_receive_stream_impl.cc126 RtpRtcpInterface::Configuration configuration; in CreateRtpRtcpModule()
Drtp_video_sender.h219 std::map<uint32_t, RtpRtcpInterface*> ssrc_to_rtp_module_;
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h30 class MockRtpRtcpInterface : public RtpRtcpInterface {
/external/webrtc/audio/voip/test/
Daudio_ingress_unittest.cc42 RtpRtcpInterface::Configuration rtp_config; in AudioIngressTest()

12