Searched refs:RtpDump (Results 1 – 11 of 11) sorted by relevance
23 class RtpDump27 static RtpDump* CreateRtpDump();30 static void DestroyRtpDump(RtpDump* object);49 virtual ~RtpDump();
59 RtpDump* RtpDump::CreateRtpDump() in CreateRtpDump()64 void RtpDump::DestroyRtpDump(RtpDump* object) in DestroyRtpDump()76 RtpDump::~RtpDump() in ~RtpDump()
19 class RtpDumpImpl : public RtpDump
32 RtpDump::DestroyRtpDump(rtp_dump_); in ~ViESender()61 rtp_dump_ = RtpDump::CreateRtpDump(); in StartRTPDump()67 RtpDump::DestroyRtpDump(rtp_dump_); in StartRTPDump()80 RtpDump::DestroyRtpDump(rtp_dump_); in StopRTPDump()
25 class RtpDump; variable52 RtpDump* rtp_dump_;
31 class RtpDump; variable120 RtpDump* rtp_dump_;
61 RtpDump::DestroyRtpDump(rtp_dump_); in ~ViEReceiver()362 rtp_dump_ = RtpDump::CreateRtpDump(); in StartRTPDump()368 RtpDump::DestroyRtpDump(rtp_dump_); in StartRTPDump()381 RtpDump::DestroyRtpDump(rtp_dump_); in StopRTPDump()
34 class RtpDump; variable203 RtpDump* _rtpDump;
226 _rtpDump = RtpDump::CreateRtpDump(); in RTPSendCompleteCallback()236 RtpDump::DestroyRtpDump(_rtpDump); in ~RTPSendCompleteCallback()
54 class RtpDump; variable527 RtpDump& _rtpDumpIn;528 RtpDump& _rtpDumpOut;
861 _rtpDumpIn(*RtpDump::CreateRtpDump()), in Channel()862 _rtpDumpOut(*RtpDump::CreateRtpDump()), in Channel()1042 RtpDump::DestroyRtpDump(&_rtpDumpIn); in ~Channel()1043 RtpDump::DestroyRtpDump(&_rtpDumpOut); in ~Channel()3581 RtpDump* rtpDumpPtr = (direction == kRtpIncoming) ? in StartRTPDump()3614 RtpDump* rtpDumpPtr = (direction == kRtpIncoming) ? in StopRTPDump()3639 RtpDump* rtpDumpPtr = (direction == kRtpIncoming) ? in RTPDumpIsActive()