Home
last modified time | relevance | path

Searched refs:PREPROC_AEC (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/preprocessing/benchmarks/
Dpreprocessing_benchmark.cpp172 PREPROC_AEC, // Acoustic Echo Canceler enumerator
188 if (effectType == PREPROC_AEC) { in preProcCreateEffect()
279 if (PREPROC_AEC == effectType) { in BM_PREPROCESSING()
292 if (PREPROC_AEC == effectType) { in BM_PREPROCESSING()
/frameworks/av/media/libeffects/preprocessing/tests/
DPreProcessingTest.cpp41 PREPROC_AEC, // Acoustic Echo Canceler enumerator
171 if (effectType == PREPROC_AEC) { in preProcCreateEffect()
227 {"aec", no_argument, &effectEn[PREPROC_AEC], 1}, in main()
326 if (effectEn[PREPROC_AEC]) { in main()
481 if (i == PREPROC_AEC) { in main()
484 effectHandle[PREPROC_AEC]); in main()
496 if (i == PREPROC_AEC) { in main()
/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp45 PREPROC_AEC, // Acoustic Echo Canceler enumerator
245 if (procId == PREPROC_AEC) { in HasReverseStream()