Searched refs:dp_fx (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp72 dp_fx::DPBase * mPDynamics; //the effect (or current effect)
218 pContext->mPDynamics = new dp_fx::DPFrequency();
236 int32_t minBlockSize = (int32_t)dp_fx::DPFrequency::getMinBockSize();
249 ((dp_fx::DPFrequency*)pContext->mPDynamics)->configure(currentBlock,
386 static dp_fx::DPChannel* DP_getChannel(DynamicsProcessingContext *pContext,
391 dp_fx::DPChannel *pChannel = pContext->mPDynamics->getChannel(channel);
396 static dp_fx::DPEq* DP_getEq(DynamicsProcessingContext *pContext, int32_t channel,
398 dp_fx::DPChannel *pChannel = DP_getChannel(pContext, channel);
402 dp_fx::DPEq *pEq = (eqType == DP_PARAM_PRE_EQ ? pChannel->getPreEq() :
408 static dp_fx
[all...]
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPFrequency.h30 namespace dp_fx { namespace
158 } //namespace dp_fx
H A DDPBase.cpp24 namespace dp_fx { namespace
265 } //namespace dp_fx
H A DDPBase.h26 namespace dp_fx { namespace
359 } //namespace dp_fx
H A DDPFrequency.cpp24 namespace dp_fx { namespace
675 } //namespace dp_fx

Completed in 62 milliseconds