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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1305 // ReverbGetDecayHfRatio()
1315 int32_t ReverbGetDecayHfRatio(ReverbContext *pContext){ function in namespace:android::__anon471
1323 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDecayHfRatio")
1328 ALOGV("\tLVM_ERROR : ReverbGetDecayHfRatio() has wrong level -> %d %d\n",
1647 pProperties->decayHFRatio = ReverbGetDecayHfRatio(pContext);
1696 *(int16_t *)pValue = ReverbGetDecayHfRatio(pContext);

Completed in 21 milliseconds