Searched refs:rtp_dump_ (Results 1 – 4 of 4) sorted by relevance
26 rtp_dump_(NULL) { in ViESender()30 if (rtp_dump_) { in ~ViESender()31 rtp_dump_->Stop(); in ~ViESender()32 RtpDump::DestroyRtpDump(rtp_dump_); in ~ViESender()33 rtp_dump_ = NULL; in ~ViESender()57 if (rtp_dump_) { in StartRTPDump()59 rtp_dump_->Stop(); in StartRTPDump()61 rtp_dump_ = RtpDump::CreateRtpDump(); in StartRTPDump()62 if (rtp_dump_ == NULL) { in StartRTPDump()66 if (rtp_dump_->Start(file_nameUTF8) != 0) { in StartRTPDump()[all …]
51 rtp_dump_(NULL), in ViEReceiver()59 if (rtp_dump_) { in ~ViEReceiver()60 rtp_dump_->Stop(); in ~ViEReceiver()61 RtpDump::DestroyRtpDump(rtp_dump_); in ~ViEReceiver()62 rtp_dump_ = NULL; in ~ViEReceiver()219 if (rtp_dump_) { in InsertRTPPacket()220 rtp_dump_->DumpPacket(rtp_packet, in InsertRTPPacket()324 if (rtp_dump_) { in InsertRTCPPacket()325 rtp_dump_->DumpPacket( in InsertRTCPPacket()358 if (rtp_dump_) { in StartRTPDump()[all …]
52 RtpDump* rtp_dump_; variable
120 RtpDump* rtp_dump_; variable