Home
last modified time | relevance | path

Searched refs:RtpRtcpModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl2_unittest.cc157 class RtpRtcpModule : public RtcpPacketTypeCounterObserver, class
168 RtpRtcpModule(GlobalSimulatedTimeController* time_controller, in RtpRtcpModule() function in webrtc::__anona941dee60111::RtpRtcpModule
323 RtpRtcpModule sender_;
325 RtpRtcpModule receiver_;
327 bool SendFrame(const RtpRtcpModule* module, in SendFrame()
336 bool SendFrame(const RtpRtcpModule* module, in SendFrame()
365 void IncomingRtcpNack(const RtpRtcpModule* module, uint16_t sequence_number) { in IncomingRtcpNack()
996 AllOf(Field(&RtpRtcpModule::SentPacket::packet_id, in TEST_F()
999 Field(&RtpRtcpModule::SentPacket::capture_time_ms, Eq(now_ms)), in TEST_F()
1000 Field(&RtpRtcpModule::SentPacket::ssrc, Eq(kSenderSsrc))))); in TEST_F()
H A Drtp_rtcp_impl_unittest.cc106 class RtpRtcpModule : public RtcpPacketTypeCounterObserver { class
108 RtpRtcpModule(SimulatedClock* clock, bool is_sender) in RtpRtcpModule() function in webrtc::__anonee48ef940111::RtpRtcpModule
206 RtpRtcpModule sender_;
208 RtpRtcpModule receiver_;
210 void SendFrame(const RtpRtcpModule* module, in SendFrame()
234 void IncomingRtcpNack(const RtpRtcpModule* module, uint16_t sequence_number) { in IncomingRtcpNack()