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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1329 // ReverbGetDecayHfRatio()
1339 int32_t ReverbGetDecayHfRatio(ReverbContext *pContext){ function in namespace:android::__anon464
1347 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDecayHfRatio")
1352 ALOGV("\tLVM_ERROR : ReverbGetDecayHfRatio() has wrong level -> %d %d\n",
1671 pProperties->decayHFRatio = ReverbGetDecayHfRatio(pContext);
1720 *(int16_t *)pValue = ReverbGetDecayHfRatio(pContext);

Completed in 77 milliseconds