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.cc135 absl::optional<EchoEmulationConfig> echo_emulation_config, in CreateAudioDeviceModule() argument
145 if (echo_emulation_config) { in CreateAudioDeviceModule()
147 *echo_emulation_config); in CreateAudioDeviceModule()
294 echo_emulation_config) { in CreateTestPeer()
315 params->audio_config, remote_audio_config, echo_emulation_config, in CreateTestPeer()
Dtest_peer_factory.h75 echo_emulation_config);
Dpeer_connection_quality_test.cc236 run_params.echo_emulation_config); in Run()
246 run_params.echo_emulation_config); in Run()
Dpeer_connection_e2e_smoke_test.cc220 run_params.echo_emulation_config = EchoEmulationConfig(); in TEST_F()
/external/webrtc/api/test/
Dpeerconnection_quality_test_fixture.h401 absl::optional<EchoEmulationConfig> echo_emulation_config; member