OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:voe_config
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/
call_test.cc
301
Config
voe_config
;
local
302
voe_config
.Set<VoicePacing>(new VoicePacing(true));
303
voe_send_.channel_id = voe_send_.base->CreateChannel(
voe_config
);
/external/webrtc/webrtc/call/
call_perf_tests.cc
235
Config
voe_config
;
local
236
voe_config
.Set<VoicePacing>(new VoicePacing(true));
237
int send_channel_id = voe_base->CreateChannel(
voe_config
);
Completed in 400 milliseconds