Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc99 class RtpRtcpModule : public RtcpPacketTypeCounterObserver { class
101 explicit RtpRtcpModule(SimulatedClock* clock) in RtpRtcpModule() function in webrtc::__anon865dfefd0111::RtpRtcpModule
191 RtpRtcpModule sender_;
192 RtpRtcpModule receiver_;
195 void SendFrame(const RtpRtcpModule* module, uint8_t tid) { in SendFrame()
217 void IncomingRtcpNack(const RtpRtcpModule* module, uint16_t sequence_number) { in IncomingRtcpNack()