Searched defs:RtpDumpReader (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
H A Drtpdump.h104 class RtpDumpReader { class in namespace:cricket
106 explicit RtpDumpReader(rtc::StreamInterface* stream) function in class:cricket::RtpDumpReader
113 virtual ~RtpDumpReader() {}
135 RTC_DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
143 class RtpDumpLoopReader : public RtpDumpReader {
/external/webrtc/webrtc/test/
H A Drtp_file_reader.cc122 class RtpDumpReader : public RtpFileReaderImpl { class in namespace:webrtc::test
124 RtpDumpReader() : file_(NULL) {} function in class:webrtc::test::RtpDumpReader
125 virtual ~RtpDumpReader() {
206 RTC_DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
655 reader = new RtpDumpReader();

Completed in 132 milliseconds