Home
last modified time | relevance | path

Searched refs:RtpFileReader (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtp_file_source.cc36 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidRtpDump()
37 RtpFileReader::Create(RtpFileReader::kRtpDump, file_name)); in ValidRtpDump()
42 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidPcap()
43 RtpFileReader::Create(RtpFileReader::kPcap, file_name)); in ValidPcap()
90 rtp_reader_.reset(RtpFileReader::Create(RtpFileReader::kRtpDump, file_name)); in OpenFile()
93 rtp_reader_.reset(RtpFileReader::Create(RtpFileReader::kPcap, file_name)); in OpenFile()
Drtpcat.cc19 using webrtc::test::RtpFileReader;
35 scoped_ptr<RtpFileReader> input( in main()
36 RtpFileReader::Create(RtpFileReader::kRtpDump, argv[i])); in main()
Drtp_file_source.h29 class RtpFileReader; variable
59 rtc::scoped_ptr<RtpFileReader> rtp_reader_;
/external/webrtc/webrtc/test/
Drtp_file_reader_unittest.cc27 test::RtpFileReader::Create(test::RtpFileReader::kRtpDump, filepath)); in Init()
46 rtc::scoped_ptr<test::RtpFileReader> rtp_packet_source_;
68 test::RtpFileReader::Create(test::RtpFileReader::kPcap, filepath)); in Init()
97 rtc::scoped_ptr<test::RtpFileReader> rtp_packet_source_;
Drtp_file_reader.h34 class RtpFileReader {
38 virtual ~RtpFileReader() {} in ~RtpFileReader()
39 static RtpFileReader* Create(FileFormat format,
41 static RtpFileReader* Create(FileFormat format,
Drtp_file_writer_unittest.cc46 rtc::scoped_ptr<test::RtpFileReader> rtp_reader( in VerifyFileContents()
47 test::RtpFileReader::Create(test::RtpFileReader::kRtpDump, filename_)); in VerifyFileContents()
Drtp_file_reader.cc70 class RtpFileReaderImpl : public RtpFileReader {
646 RtpFileReader* RtpFileReader::Create(FileFormat format, in Create()
668 RtpFileReader* RtpFileReader::Create(FileFormat format, in Create()
670 return RtpFileReader::Create(format, filename, std::set<uint32_t>()); in Create()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp.cc73 webrtc::test::RtpFileReader** rtp_reader, in ParseArgsAndSetupEstimator()
88 *rtp_reader = webrtc::test::RtpFileReader::Create( in ParseArgsAndSetupEstimator()
89 webrtc::test::RtpFileReader::kPcap, filename.c_str(), in ParseArgsAndSetupEstimator()
93 *rtp_reader = webrtc::test::RtpFileReader::Create( in ParseArgsAndSetupEstimator()
94 webrtc::test::RtpFileReader::kRtpDump, filename.c_str()); in ParseArgsAndSetupEstimator()
Dbwe_rtp.h22 class RtpFileReader; variable
31 webrtc::test::RtpFileReader** rtp_reader,
Drtp_to_text.cc22 webrtc::test::RtpFileReader* reader; in main()
29 rtc::scoped_ptr<webrtc::test::RtpFileReader> rtp_reader(reader); in main()
Dbwe_rtp_play.cc41 webrtc::test::RtpFileReader* reader; in main()
51 rtc::scoped_ptr<webrtc::test::RtpFileReader> rtp_reader(reader); in main()
/external/webrtc/webrtc/video/
Dreplay.cc258 rtc::scoped_ptr<test::RtpFileReader> rtp_reader(test::RtpFileReader::Create( in RtpReplay()
259 test::RtpFileReader::kRtpDump, flags::InputFile())); in RtpReplay()
261 rtp_reader.reset(test::RtpFileReader::Create(test::RtpFileReader::kPcap, in RtpReplay()
268 rtp_reader.reset(test::RtpFileReader::Create( in RtpReplay()
269 test::RtpFileReader::kLengthPacketInterleaved, flags::InputFile())); in RtpReplay()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc323 rtc::scoped_ptr<test::RtpFileReader>* packet_source, in RtpPlayerImpl()
451 rtc::scoped_ptr<test::RtpFileReader> packet_source_;
475 rtc::scoped_ptr<test::RtpFileReader> packet_source( in Create()
476 test::RtpFileReader::Create(test::RtpFileReader::kRtpDump, in Create()
479 packet_source.reset(test::RtpFileReader::Create(test::RtpFileReader::kPcap, in Create()