Home
last modified time | relevance | path

Searched refs:rtp_dump_path (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/rtc_tools/rtp_generator/
Dmain.cc32 const std::string rtp_dump_path = absl::GetFlag(FLAGS_output_rtpdump); in main() local
34 if (rtp_dump_path.empty() || config_path.empty()) { in main()
45 rtp_generator.GenerateRtpDump(rtp_dump_path); in main()
Drtp_generator.h85 void GenerateRtpDump(const std::string& rtp_dump_path);
Drtp_generator.cc251 void RtpGenerator::GenerateRtpDump(const std::string& rtp_dump_path) { in GenerateRtpDump() argument
253 test::RtpFileWriter::kRtpDump, rtp_dump_path)); in GenerateRtpDump()
/external/webrtc/rtc_tools/
Dvideo_replay.cc265 const std::string& rtp_dump_path) { in Replay() argument
276 stream_state = ConfigureFromFlags(rtp_dump_path, call.get()); in Replay()
285 CreateRtpReader(rtp_dump_path); in Replay()
355 const std::string& rtp_dump_path, in ConfigureFromFlags() argument
361 window_title << "Playback Video (" << rtp_dump_path << ")"; in ConfigureFromFlags()
414 const std::string& rtp_dump_path) { in CreateRtpReader() argument
416 test::RtpFileReader::kRtpDump, rtp_dump_path)); in CreateRtpReader()
419 rtp_dump_path)); in CreateRtpReader()
427 test::RtpFileReader::kLengthPacketInterleaved, rtp_dump_path)); in CreateRtpReader()