OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoicePacing
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/
config.h
144
struct
VoicePacing
{
145
VoicePacing
() : enabled(false) {}
146
explicit
VoicePacing
(bool value) : enabled(value) {}
/external/webrtc/webrtc/call/
call_perf_tests.cc
236
voe_config.Set<
VoicePacing
>(new
VoicePacing
(true));
/external/webrtc/webrtc/test/
call_test.cc
302
voe_config.Set<
VoicePacing
>(new
VoicePacing
(true));
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
483
voe_config_.Set<webrtc::
VoicePacing
>(new webrtc::
VoicePacing
(true));
[
all
...]
/external/webrtc/webrtc/voice_engine/
channel.cc
890
pacing_enabled_(config.Get<
VoicePacing
>().enabled),
[
all
...]
Completed in 663 milliseconds