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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1308 // ReverbGetDecayHfRatio()
1318 int32_t ReverbGetDecayHfRatio(ReverbContext *pContext){ function in namespace:android::__anon243
1326 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDecayHfRatio")
1331 ALOGV("\tLVM_ERROR : ReverbGetDecayHfRatio() has wrong level -> %d %d\n",
1650 pProperties->decayHFRatio = ReverbGetDecayHfRatio(pContext);
1699 *(int16_t *)pValue = ReverbGetDecayHfRatio(pContext);

Completed in 114 milliseconds