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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1431 // ReverbGetDecayHfRatio()
1441 int32_t ReverbGetDecayHfRatio(ReverbContext *pContext){ function in namespace:android::__anon336
1449 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDecayHfRatio")
1454 ALOGV("\tLVM_ERROR : ReverbGetDecayHfRatio() has wrong level -> %d %d\n",
1772 pProperties->decayHFRatio = ReverbGetDecayHfRatio(pContext);
1821 *(int16_t *)pValue = ReverbGetDecayHfRatio(pContext);

Completed in 60 milliseconds