Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp399 dp_fx::DPEq *pEq = (eqType == DP_PARAM_PRE_EQ ? pChannel->getPreEq() : in DP_getEq() local
401 ALOGE_IF(pEq == NULL,"DPEq NULL invalid eq"); in DP_getEq()
402 return pEq; in DP_getEq()
407 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, eqType); in DP_getEqBand() local
408 if (pEq == NULL) { in DP_getEqBand()
411 dp_fx::DPEqBand *pEqBand = pEq->getBand(band); in DP_getEqBand()
746 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, command); in DP_getParameter() local
747 if (pEq == NULL) { in DP_getParameter()
752 values[0].i = pEq->isInUse(); in DP_getParameter()
753 values[1].i = pEq->isEnabled(); in DP_getParameter()
[all …]