Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp106 DPEq::DPEq() { in DPEq() function in dp_fx::DPEq
109 void DPEq::init(bool inUse, bool enabled, uint32_t bandCount) { in init()
114 DPEqBand * DPEq::getBand(uint32_t band) { in getBand()
121 void DPEq::setBand(uint32_t band, DPEqBand &src) { in setBand()
197 DPEq* DPChannel::getPreEq() { in getPreEq()
211 DPEq* DPChannel::getPostEq() { in getPostEq()
DDPBase.h184 class DPEq : public DPBandStage {
186 DPEq();
187 ~DPEq() = default;
285 DPEq* getPreEq();
287 DPEq* getPostEq();
296 DPEq mPreEq;
298 DPEq mPostEq;
DDPFrequency.cpp197 DPEq *pPreEq = pChannel->getPreEq(); in updateParameters()
253 DPEq *pPostEq = pChannel->getPostEq(); in updateParameters()
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.h94 dp_fx::DPEq* getPreEq_l(int ch);
95 dp_fx::DPEq* getPostEq_l(int ch);
99 dp_fx::DPEq* getEqWithType_l(StageType type, int ch);
DDynamicsProcessingContext.cpp121 return setDpChannels_l<dp_fx::DPEq>(channels, StageType::PREEQ); in setPreEq()
126 return setDpChannels_l<dp_fx::DPEq>(channels, StageType::POSTEQ); in setPostEq()
286 dp_fx::DPEq* DynamicsProcessingContext::getPreEq_l(int ch) { in getPreEq_l()
293 dp_fx::DPEq* DynamicsProcessingContext::getPostEq_l(int ch) { in getPostEq_l()
334 dp_fx::DPEq* DynamicsProcessingContext::getEqWithType_l(DynamicsProcessingContext::StageType type, in getEqWithType_l()
471 dp_fx::DPEq* dp; in setDpChannelBand_l()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp393 static dp_fx::DPEq* DP_getEq(DynamicsProcessingContext *pContext, int32_t channel, in DP_getEq()
399 dp_fx::DPEq *pEq = (eqType == DP_PARAM_PRE_EQ ? pChannel->getPreEq() : in DP_getEq()
407 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, eqType); in DP_getEqBand()
746 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, command); in DP_getParameter()
1049 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, command); in DP_setParameter()
1100 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, eqCommand); in DP_setParameter()