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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1196 // EqualizerGetBandLevel()
1207 int32_t EqualizerGetBandLevel(EffectContext *pContext, int32_t band){ function in namespace:android::__anon458
1217 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "EqualizerGetBandLevel")
2100 *(int16_t *)pValue = (int16_t)EqualizerGetBandLevel(pContext, param2);
2165 p[2 + i] = (int16_t)EqualizerGetBandLevel(pContext, i);

Completed in 188 milliseconds