OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:neteq_config
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h
64
Config() : id(0),
neteq_config
(), clock(Clock::GetRealTimeClock()) {
67
neteq_config
.enable_post_decode_vad = true;
71
NetEq::Config
neteq_config
;
member in struct:webrtc::AudioCodingModule::Config
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.cc
128
neteq_(NetEq::Create(config.
neteq_config
)),
129
vad_enabled_(config.
neteq_config
.enable_post_decode_vad),
/external/webrtc/webrtc/modules/audio_coding/test/
TwoWayCommunication.cc
39
config.
neteq_config
.playout_mode = kPlayoutFax;
/external/webrtc/webrtc/voice_engine/
channel.cc
904
acm_config.
neteq_config
.max_packets_in_buffer =
907
acm_config.
neteq_config
.enable_fast_accelerate =
[
all
...]
Completed in 64 milliseconds