Searched refs:AcousticEchoCancelerSwContext (Results 1 – 2 of 2) sorted by relevance
29 class AcousticEchoCancelerSwContext final : public EffectContext {31 AcousticEchoCancelerSwContext(int statusDepth, const Parameter::Common& common) in AcousticEchoCancelerSwContext() function69 std::shared_ptr<AcousticEchoCancelerSwContext> mContext GUARDED_BY(mImplMutex);
166 mContext = std::make_shared<AcousticEchoCancelerSwContext>(1 /* statusFmqDepth */, common); in createContext()188 RetCode AcousticEchoCancelerSwContext::setEchoDelay(int echoDelayUs) { in setEchoDelay()