Home
last modified time | relevance | path

Searched defs:rtp_dump_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_tools/
H A Dvideo_replay.cc357 const std::string& rtp_dump_path, in ConfigureFromFlags()
452 const std::string& rtp_dump_path) { in CreateRtpReader()
481 absl::string_view rtp_dump_path, in RtpReplayer()
/aosp_15_r20/external/webrtc/rtc_tools/rtp_generator/
H A Dmain.cc32 const std::string rtp_dump_path = absl::GetFlag(FLAGS_output_rtpdump); in main() local
H A Drtp_generator.cc258 void RtpGenerator::GenerateRtpDump(const std::string& rtp_dump_path) { in GenerateRtpDump()