Home
last modified time | relevance | path

Searched refs:rtp_dump_name (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/video/
Dscreenshare_loopback.cc96 rtp_dump_name,
349 params.logging.rtp_dump_name = RtpDumpName(); in Loopback()
Dvideo_loopback.cc113 rtp_dump_name,
406 params.logging.rtp_dump_name = RtpDumpName(); in Loopback()
Dvideo_analyzer.cc82 std::string rtp_dump_name, in VideoAnalyzer() argument
159 if (!rtp_dump_name.empty()) { in VideoAnalyzer()
160 fprintf(stdout, "Writing rtp dump to %s\n", rtp_dump_name.c_str()); in VideoAnalyzer()
162 test::RtpFileWriter::kRtpDump, rtp_dump_name)); in VideoAnalyzer()
Dsv_loopback.cc272 rtp_dump_name,
649 params.logging.rtp_dump_name = RtpDumpName(); in Loopback()
Dvideo_analyzer.h55 std::string rtp_dump_name,
Dfull_stack_tests.cc38 rtp_dump_name,
Dvideo_quality_test.cc1275 is_quick_test_enabled, clock_, params_.logging.rtp_dump_name, in RunWithAnalyzer()
/external/webrtc/api/test/
Dvideo_quality_test_fixture.h106 std::string rtp_dump_name; member