Searched defs: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::__anon340
1257 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDecayTime")
1263 ALOGV("\tLVM_ERROR : ReverbGetDecayTime() has wrong level -> %d %d\n",
1648 pProperties->decayTime = ReverbGetDecayTime(pContext);
1692 *(uint32_t *)pValue = ReverbGetDecayTime(pContext);

Completed in 11 milliseconds