Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp778 int eqCommand = (command == DP_PARAM_PRE_EQ_BAND ? DP_PARAM_PRE_EQ : in DP_getParameter() local
781 dp_fx::DPEqBand *pEqBand = DP_getEqBand(pContext, channel, eqCommand, band); in DP_getParameter()
1098 int eqCommand = (command == DP_PARAM_PRE_EQ_BAND ? DP_PARAM_PRE_EQ : in DP_setParameter() local
1100 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, eqCommand); in DP_setParameter()