Searched refs:RTCPReceiver (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.cc | 103 struct RTCPReceiver::PacketInformation { 120 struct RTCPReceiver::TmmbrInformation { 135 struct RTCPReceiver::RrtrInformation { 150 struct RTCPReceiver::LastFirStatus { 157 RTCPReceiver::RTCPReceiver(const RtpRtcpInterface::Configuration& config, in RTCPReceiver() function in webrtc::RTCPReceiver 189 RTCPReceiver::~RTCPReceiver() {} in ~RTCPReceiver() 191 void RTCPReceiver::IncomingPacket(rtc::ArrayView<const uint8_t> packet) { in IncomingPacket() 205 int64_t RTCPReceiver::LastReceivedReportBlockMs() const { in LastReceivedReportBlockMs() 210 void RTCPReceiver::SetRemoteSSRC(uint32_t ssrc) { in SetRemoteSSRC() 217 uint32_t RTCPReceiver::RemoteSSRC() const { in RemoteSSRC() [all …]
|
D | rtcp_receiver_unittest.cc | 115 class MockModuleRtpRtcp : public RTCPReceiver::ModuleRtpRtcp { 184 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 194 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 207 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 226 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 246 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 278 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 312 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 342 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() 361 RTCPReceiver receiver(DefaultConfiguration(&mocks), &mocks.rtp_rtcp_impl); in TEST() [all …]
|
D | rtp_rtcp_impl.h | 46 class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp { 299 RTCPReceiver* rtcp_receiver() { return &rtcp_receiver_; } in rtcp_receiver() 300 const RTCPReceiver* rtcp_receiver() const { return &rtcp_receiver_; } in rtcp_receiver() 337 RTCPReceiver rtcp_receiver_;
|
D | rtcp_receiver.h | 41 class RTCPReceiver final { 56 RTCPReceiver(const RtpRtcpInterface::Configuration& config, 58 ~RTCPReceiver();
|
D | rtp_rtcp_impl2.h | 51 public RTCPReceiver::ModuleRtpRtcp { 305 RTCPReceiver rtcp_receiver_;
|
D | rtcp_sender.h | 41 class RTCPReceiver; variable 64 RTCPReceiver* receiver;
|
/external/webrtc/test/fuzzers/ |
D | rtcp_receiver_fuzzer.cc | 25 class NullModuleRtpRtcp : public RTCPReceiver::ModuleRtpRtcp { 48 RTCPReceiver receiver(config, &rtp_rtcp_module); in FuzzOneInput()
|