HomeSort by relevance Sort by last modified time
    Searched defs:RtpDumpReader (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
rtpdump.h 104 class RtpDumpReader {
106 explicit RtpDumpReader(rtc::StreamInterface* stream)
113 virtual ~RtpDumpReader() {}
135 RTC_DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
143 class RtpDumpLoopReader : public RtpDumpReader {
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 122 class RtpDumpReader : public RtpFileReaderImpl {
124 RtpDumpReader() : file_(NULL) {}
125 virtual ~RtpDumpReader() {
206 RTC_DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
655 reader = new RtpDumpReader();

Completed in 272 milliseconds