Searched refs:voe_config (Results 1 – 2 of 2) sorted by relevance
301 Config voe_config; in CreateVoiceEngines() local302 voe_config.Set<VoicePacing>(new VoicePacing(true)); in CreateVoiceEngines()303 voe_send_.channel_id = voe_send_.base->CreateChannel(voe_config); in CreateVoiceEngines()
235 Config voe_config; in TestAudioVideoSync() local236 voe_config.Set<VoicePacing>(new VoicePacing(true)); in TestAudioVideoSync()237 int send_channel_id = voe_base->CreateChannel(voe_config); in TestAudioVideoSync()