Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp73 dp_fx::DPBase * mPDynamics; //the effect (or current effect)
219 pContext->mPDynamics = new dp_fx::DPFrequency(); in DP_changeVariant()
407 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, eqType); in DP_getEqBand()
411 dp_fx::DPEqBand *pEqBand = pEq->getBand(band); in DP_getEqBand()
421 dp_fx::DPMbc *pMbc = pChannel->getMbc(); in DP_getMbc()
428 dp_fx::DPMbc *pMbc = DP_getMbc(pContext, channel); in DP_getMbcBand()
432 dp_fx::DPMbcBand *pMbcBand = pMbc->getBand(band); in DP_getMbcBand()
814 dp_fx::DPMbc *pMbc = DP_getMbc(pContext, channel); in DP_getParameter()
1108 dp_fx::DPEqBand eqBand; in DP_setParameter()
1197 dp_fx::DPMbcBand mbcBand; in DP_setParameter()
[all …]
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPFrequency.h30 namespace dp_fx {
H A DDPBase.cpp24 namespace dp_fx { namespace
H A DDPBase.h26 namespace dp_fx {
H A DDPFrequency.cpp25 namespace dp_fx { namespace