Searched refs:bandGaindB (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h98 int32_t bandGaindB[FIVEBAND_NUMBANDS]; member in struct:BundledEffectContext
H A DEffectBundle.cpp303 pContext->pBundledContext->bandGaindB[i] = EQNB_5BandSoftPresets[i];
1233 if (pContext->pBundledContext->bandGaindB[i] >= maxGain) {
1234 int tmpMaxGain = pContext->pBundledContext->bandGaindB[i];
1238 int gain = pContext->pBundledContext->bandGaindB[j];
1265 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i];
1313 //ALOGV("\tEqualizerGetBandLevel -> %d\n", pContext->pBundledContext->bandGaindB[band] );
1314 return pContext->pBundledContext->bandGaindB[band] * 100;
1339 pContext->pBundledContext->bandGaindB[band] = gainRounded;
1473 pContext->pBundledContext->bandGaindB[i] =

Completed in 1416 milliseconds