Home
last modified time | relevance | path

Searched refs:DPBase (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp233 DPBase::DPBase() : mInitialized(false), mChannelCount(0), mPreEqInUse(false), mPreEqBandCount(0), in DPBase() function in dp_fx::DPBase
238 void DPBase::init(uint32_t channelCount, bool preEqInUse, uint32_t preEqBandCount, in init()
258 DPChannel* DPBase::getChannel(uint32_t channelIndex) { in getChannel()
H A DDPBase.h307 class DPBase {
309 DPBase();
310 virtual ~DPBase() = default;
H A DDPFrequency.h103 unsigned int samplingRate, DPBase &dpBase);
123 class DPFrequency : public DPBase {
H A DDPFrequency.cpp55 unsigned int halfFftSize, unsigned int samplingRate, DPBase &dpBase) { in initBuffers()
/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DAndroid.bp42 "dsp/DPBase.cpp",
H A DEffectDynamicsProcessing.cpp73 dp_fx::DPBase * mPDynamics; //the effect (or current effect)