Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/
Dtest_peer_factory.h33 struct RemotePeerAudioConfig { struct
34 explicit RemotePeerAudioConfig( in RemotePeerAudioConfig() argument
39 static absl::optional<RemotePeerAudioConfig> Create(
72 absl::optional<RemotePeerAudioConfig> remote_audio_config,
Dtest_peer_factory.cc97 const absl::optional<RemotePeerAudioConfig>& config) { in CreateAudioRenderer()
134 absl::optional<RemotePeerAudioConfig> remote_audio_config, in CreateAudioDeviceModule()
280 absl::optional<RemotePeerAudioConfig> RemotePeerAudioConfig::Create( in Create()
285 return RemotePeerAudioConfig(config.value()); in Create()
291 absl::optional<RemotePeerAudioConfig> remote_audio_config, in CreateTestPeer()
Dpeer_connection_quality_test.cc211 absl::optional<RemotePeerAudioConfig> alice_remote_audio_config = in Run()
212 RemotePeerAudioConfig::Create(bob_configurer->params()->audio_config); in Run()
213 absl::optional<RemotePeerAudioConfig> bob_remote_audio_config = in Run()
214 RemotePeerAudioConfig::Create(alice_configurer->params()->audio_config); in Run()