Searched refs:rtp_dump_path (Results 1 – 4 of 4) sorted by relevance
32 const std::string rtp_dump_path = absl::GetFlag(FLAGS_output_rtpdump); in main() local34 if (rtp_dump_path.empty() || config_path.empty()) { in main()45 rtp_generator.GenerateRtpDump(rtp_dump_path); in main()
85 void GenerateRtpDump(const std::string& rtp_dump_path);
251 void RtpGenerator::GenerateRtpDump(const std::string& rtp_dump_path) { in GenerateRtpDump() argument253 test::RtpFileWriter::kRtpDump, rtp_dump_path)); in GenerateRtpDump()
265 const std::string& rtp_dump_path) { in Replay() argument276 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() argument361 window_title << "Playback Video (" << rtp_dump_path << ")"; in ConfigureFromFlags()414 const std::string& rtp_dump_path) { in CreateRtpReader() argument416 test::RtpFileReader::kRtpDump, rtp_dump_path)); in CreateRtpReader()419 rtp_dump_path)); in CreateRtpReader()427 test::RtpFileReader::kLengthPacketInterleaved, rtp_dump_path)); in CreateRtpReader()