OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AecConfig
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.h
45
}
AecConfig
;
174
*
AecConfig
config Config instance that contains all
182
int WebRtcAec_set_config(void* handle,
AecConfig
config);
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) {
/external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc
478
AecConfig
config;
Completed in 120 milliseconds