Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc103 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 …]
Drtcp_receiver_unittest.cc115 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 …]
Drtp_rtcp_impl.h46 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_;
Drtcp_receiver.h41 class RTCPReceiver final {
56 RTCPReceiver(const RtpRtcpInterface::Configuration& config,
58 ~RTCPReceiver();
Drtp_rtcp_impl2.h51 public RTCPReceiver::ModuleRtpRtcp {
305 RTCPReceiver rtcp_receiver_;
Drtcp_sender.h41 class RTCPReceiver; variable
64 RTCPReceiver* receiver;
/external/webrtc/test/fuzzers/
Drtcp_receiver_fuzzer.cc25 class NullModuleRtpRtcp : public RTCPReceiver::ModuleRtpRtcp {
48 RTCPReceiver receiver(config, &rtp_rtcp_module); in FuzzOneInput()