OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aecconfig
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.c
188
AecConfig
aecConfig
;
253
aecConfig
.nlpMode = kAecNlpModerate;
254
aecConfig
.skewMode = kAecFalse;
255
aecConfig
.metricsMode = kAecFalse;
256
aecConfig
.delay_logging = kAecFalse;
258
if (WebRtcAec_set_config(aecpc,
aecConfig
) == -1) {
401
int WebRtcAec_set_config(void* handle,
AecConfig
config) {
echo_cancellation.h
45
}
AecConfig
;
174
*
AecConfig
config Config instance that contains all
182
int WebRtcAec_set_config(void* handle,
AecConfig
config);
/external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c
142
AecmConfig
aecConfig
;
184
aecConfig
.cngMode = AecmTrue;
185
aecConfig
.echoMode = 3;
187
if (WebRtcAecm_set_config(aecm,
aecConfig
) == -1)
/external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc
478
AecConfig
config;
Completed in 112 milliseconds