Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp73 dp_fx::DPBase * mPDynamics; //the effect (or current effect)
219 pContext->mPDynamics = new dp_fx::DPFrequency(); in DP_changeVariant()
233 int32_t minBlockSize = (int32_t)dp_fx::DPFrequency::getMinBockSize(); in DP_configureVariant()
246 ((dp_fx::DPFrequency*)pContext->mPDynamics)->configure(currentBlock, in DP_configureVariant()
383 static dp_fx::DPChannel* DP_getChannel(DynamicsProcessingContext *pContext, in DP_getChannel()
388 dp_fx::DPChannel *pChannel = pContext->mPDynamics->getChannel(channel); in DP_getChannel()
393 static dp_fx::DPEq* DP_getEq(DynamicsProcessingContext *pContext, int32_t channel, in DP_getEq()
395 dp_fx::DPChannel *pChannel = DP_getChannel(pContext, channel); in DP_getEq()
399 dp_fx::DPEq *pEq = (eqType == DP_PARAM_PRE_EQ ? pChannel->getPreEq() : in DP_getEq()
405 static dp_fx::DPEqBand* DP_getEqBand(DynamicsProcessingContext *pContext, int32_t channel, in DP_getEqBand()
[all …]
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.h30 namespace dp_fx {
DDPBase.cpp24 namespace dp_fx { namespace
DDPBase.h26 namespace dp_fx {
DDPFrequency.cpp25 namespace dp_fx { namespace