Home
last modified time | relevance | path

Searched refs:aec_dump_path (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test_params.h112 absl::optional<std::string> aec_dump_path; member
Dtest_peer_factory.cc309 if (params->aec_dump_path && audio_processing) { in CreateTestPeer()
310 audio_processing->CreateAndAttachAecDump(*params->aec_dump_path, -1, in CreateTestPeer()
Dpeer_configurer.h158 params_->aec_dump_path = std::move(path); in SetAecDumpPath()