HomeSort by relevance Sort by last modified time
    Searched refs:rtp_dump_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/
vie_sender.cc 26 rtp_dump_(NULL) {
30 if (rtp_dump_) {
31 rtp_dump_->Stop();
32 RtpDump::DestroyRtpDump(rtp_dump_);
33 rtp_dump_ = NULL;
57 if (rtp_dump_) {
59 rtp_dump_->Stop();
61 rtp_dump_ = RtpDump::CreateRtpDump();
62 if (rtp_dump_ == NULL) {
66 if (rtp_dump_->Start(file_nameUTF8) != 0)
    [all...]
vie_receiver.cc 51 rtp_dump_(NULL),
59 if (rtp_dump_) {
60 rtp_dump_->Stop();
61 RtpDump::DestroyRtpDump(rtp_dump_);
62 rtp_dump_ = NULL;
219 if (rtp_dump_) {
220 rtp_dump_->DumpPacket(rtp_packet,
324 if (rtp_dump_) {
325 rtp_dump_->DumpPacket(
358 if (rtp_dump_) {
    [all...]
vie_sender.h 52 RtpDump* rtp_dump_; member in class:webrtc::ViESender
vie_receiver.h 120 RtpDump* rtp_dump_; member in class:webrtc::ViEReceiver

Completed in 878 milliseconds