Home
last modified time | relevance | path

Searched refs:voe_config (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/
Dcall_test.cc301 Config voe_config; in CreateVoiceEngines() local
302 voe_config.Set<VoicePacing>(new VoicePacing(true)); in CreateVoiceEngines()
303 voe_send_.channel_id = voe_send_.base->CreateChannel(voe_config); in CreateVoiceEngines()
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc235 Config voe_config; in TestAudioVideoSync() local
236 voe_config.Set<VoicePacing>(new VoicePacing(true)); in TestAudioVideoSync()
237 int send_channel_id = voe_base->CreateChannel(voe_config); in TestAudioVideoSync()