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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1239 // ReverbGetDecayTime()
1249 uint32_t ReverbGetDecayTime(ReverbContext *pContext){ function in namespace:android::__anon229
1257 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDecayTime")
1263 ALOGV("\tLVM_ERROR : ReverbGetDecayTime() has wrong level -> %d %d\n",
1649 pProperties->decayTime = ReverbGetDecayTime(pContext);
1693 *(uint32_t *)pValue = ReverbGetDecayTime(pContext);

Completed in 9 milliseconds