Searched refs:DPEq (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp106 DPEq::DPEq() { function in class:dp_fx::DPEq
109 void DPEq::init(bool inUse, bool enabled, uint32_t bandCount) {
114 DPEqBand * DPEq::getBand(uint32_t band) {
121 void DPEq::setBand(uint32_t band, DPEqBand &src) {
197 DPEq* DPChannel::getPreEq() {
211 DPEq* DPChannel::getPostEq() {
H A DDPBase.h184 class DPEq : public DPBandStage { class in namespace:dp_fx
186 DPEq();
187 ~DPEq() = default;
285 DPEq* getPreEq();
287 DPEq* getPostEq();
296 DPEq mPreEq;
298 DPEq mPostEq;
H A DDPFrequency.cpp200 DPEq *pPreEq = pChannel->getPreEq();
256 DPEq *pPostEq = pChannel->getPostEq();
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp396 static dp_fx::DPEq* DP_getEq(DynamicsProcessingContext *pContext, int32_t channel,
402 dp_fx::DPEq *pEq = (eqType == DP_PARAM_PRE_EQ ? pChannel->getPreEq() :
404 ALOGE_IF(pEq == NULL,"DPEq NULL invalid eq");
410 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, eqType);
749 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, command);
1052 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, command);
1103 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, eqCommand);

Completed in 107 milliseconds