Searched defs:EqualizerGetBandLevel (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1266 // EqualizerGetBandLevel()
1277 int32_t EqualizerGetBandLevel(EffectContext *pContext, int32_t band){ function in namespace:android::__anon474
2079 *(int16_t *)pValue = (int16_t)EqualizerGetBandLevel(pContext, param2);
2144 p[2 + i] = (int16_t)EqualizerGetBandLevel(pContext, i);

Completed in 11 milliseconds