Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp234 mMbcInUse(false), mMbcBandCount(0), mPostEqInUse(false), mPostEqBandCount(0), in DPBase()
248 mPostEqBandCount = postEqBandCount; in init()
DDPBase.h329 return mPostEqBandCount; in getPostEqBandCount()
353 uint32_t mPostEqBandCount; variable