HomeSort by relevance Sort by last modified time
    Searched refs:PREPROC_AEC (Results 1 - 3 of 3) sorted by null

  /device/moto/wingray/libaudio/
AudioHardware.h 142 PREPROC_AEC = AudioPostProcessor::AEC, // AEC is enabled
145 PREPROC_AEC = 0x1, // AEC is enabled
151 bool isEcRequested() { return !!(mEcnsRequested & PREPROC_AEC); }
AudioHardware.cpp 690 mEcnsEnabled &= ~PREPROC_AEC;
699 if (mEcnsEnabled & PREPROC_AEC) {
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 45 PREPROC_AEC, // Acoustic Echo Canceler
161 true, // PREPROC_AEC
253 if (procId == PREPROC_AEC) {
903 if (config->inputCfg.samplingRate >= 32000 && !(session->createdMsk & (1 << PREPROC_AEC))) {
    [all...]

Completed in 143 milliseconds