Home
last modified time | relevance | path

Searched refs:kAcousticEchoCancelerEffectName (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingTypes.h34 static const std::string kAcousticEchoCancelerEffectName = "Acoustic Echo Canceler"; variable
43 .name = kAcousticEchoCancelerEffectName,
102 return out << kAcousticEchoCancelerEffectName;
DEffectPreProcessing.cpp83 mEffectName = &kAcousticEchoCancelerEffectName; in EffectPreProcessing()