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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1224 // BassSetStrength()
1235 void BassSetStrength(EffectContext *pContext, uint32_t strength){ function in namespace:android::__anon240
1247 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "BassSetStrength")
1259 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "BassSetStrength")
1263 } /* end BassSetStrength */
2087 //ALOGV("\tBassBoost_setParameter() Calling pBassBoost->BassSetStrength");
2088 BassSetStrength(pContext, (int32_t)strength);
2089 //ALOGV("\tBassBoost_setParameter() Called pBassBoost->BassSetStrength");
3052 android::BassSetStrength(pContext, 0);

Completed in 5088 milliseconds