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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump_unittest.cc 80 rtc::scoped_ptr<RtpDumpReader> reader;
86 reader.reset(new RtpDumpReader(&stream));
95 reader.reset(new RtpDumpReader(&stream));
104 reader.reset(new RtpDumpReader(&stream));
113 reader.reset(new RtpDumpReader(&stream));
128 RtpDumpReader reader(&stream);
140 RtpDumpReader reader_w_ssrc(&stream);
166 RtpDumpReader reader(&stream);
193 RtpDumpReader reader(&stream);
221 RtpDumpReader reader(&stream)
    [all...]
rtpdump.h 105 class RtpDumpReader {
107 explicit RtpDumpReader(rtc::StreamInterface* stream)
114 virtual ~RtpDumpReader() {}
136 DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
144 class RtpDumpLoopReader : public RtpDumpReader {
rtpdump.cc 107 // Implementation of RtpDumpReader.
110 void RtpDumpReader::SetSsrc(uint32 ssrc) {
114 rtc::StreamResult RtpDumpReader::ReadPacket(RtpDumpPacket* packet) {
162 rtc::StreamResult RtpDumpReader::ReadFileHeader() {
189 bool RtpDumpReader::CheckFirstLine(const std::string& first_line) {
208 : RtpDumpReader(stream),
226 rtc::StreamResult res = RtpDumpReader::ReadPacket(packet);
243 res = RtpDumpReader::ReadPacket(packet);
filemediaengine_unittest.cc 185 rtc::scoped_ptr<RtpDumpReader> reader(new RtpDumpReader(stream));
  /external/chromium_org/third_party/webrtc/test/
rtp_file_reader.cc 51 class RtpDumpReader : public RtpFileReaderImpl {
53 RtpDumpReader() : file_(NULL) {}
54 virtual ~RtpDumpReader() {
154 DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
592 reader = new RtpDumpReader();
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 79 reader_.reset(new RtpDumpReader(stream_.get()));
88 rtc::scoped_ptr<RtpDumpReader> reader_;
channel_unittest.cc     [all...]

Completed in 2386 milliseconds