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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1260 // ReverbGetDecayTime()
1270 uint32_t ReverbGetDecayTime(ReverbContext *pContext){ function in namespace:android::__anon464
1278 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDecayTime")
1284 ALOGV("\tLVM_ERROR : ReverbGetDecayTime() has wrong level -> %d %d\n",
1670 pProperties->decayTime = ReverbGetDecayTime(pContext);
1714 *(uint32_t *)pValue = ReverbGetDecayTime(pContext);

Completed in 322 milliseconds