Home
last modified time | relevance | path

Searched refs:DPBandStage (Results 1 – 4 of 4) 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 {
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.h98 dp_fx::DPBandStage* getStageWithType_l(StageType type, int ch);
DDynamicsProcessingContext.cpp314 dp_fx::DPBandStage* DynamicsProcessingContext::getStageWithType_l( in getStageWithType_l()