Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp36 DPBandStage::DPBandStage() : mBandCount(0) { in DPBandStage() function in dp_fx::DPBandStage
39 void DPBandStage::init(bool inUse, bool enabled, int bandCount) { in init()
110 DPBandStage::init(inUse, enabled, bandCount); in init()
132 DPBandStage::init(inUse, enabled, bandCount); in init()
DDPBase.h63 class DPBandStage : public DPStage {
65 DPBandStage();
66 ~DPBandStage() = default;
184 class DPEq : public DPBandStage {
195 class DPMbc : public DPBandStage {