Home
last modified time | relevance | path

Searched refs:echo_emulation_config (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/test/pc/e2e/
Dtest_peer_factory.cc132 absl::optional<EchoEmulationConfig> echo_emulation_config, in CreateAudioDeviceModule() argument
142 if (echo_emulation_config) { in CreateAudioDeviceModule()
144 *echo_emulation_config); in CreateAudioDeviceModule()
296 absl::optional<EchoEmulationConfig> echo_emulation_config) { in CreateTestPeer() argument
323 params->audio_config, remote_audio_config, echo_emulation_config, in CreateTestPeer()
Dtest_peer_factory.h72 absl::optional<EchoEmulationConfig> echo_emulation_config);
Dpeer_connection_quality_test.cc288 alice_remote_audio_config, run_params.echo_emulation_config); in Run()
298 bob_remote_audio_config, run_params.echo_emulation_config); in Run()
Dpeer_connection_e2e_smoke_test.cc431 run_params.echo_emulation_config = EchoEmulationConfig(); in TEST_F()
/external/webrtc/api/test/pclf/
Dmedia_quality_test_params.h176 absl::optional<EchoEmulationConfig> echo_emulation_config; member