Searched refs:LoudnessEnhancerSwContext (Results 1 – 2 of 2) sorted by relevance
28 class LoudnessEnhancerSwContext final : public EffectContext {30 LoudnessEnhancerSwContext(int statusDepth, const Parameter::Common& common) in LoudnessEnhancerSwContext() function71 std::shared_ptr<LoudnessEnhancerSwContext> mContext GUARDED_BY(mImplMutex);
144 mContext = std::make_shared<LoudnessEnhancerSwContext>(1 /* statusFmqDepth */, common); in createContext()