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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1376 // ReverbGetDiffusion()
1386 int32_t ReverbGetDiffusion(ReverbContext *pContext){ function in namespace:android::__anon243
1395 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDiffusion")
1402 ALOGV("\tLVM_ERROR : ReverbGetDiffusion invalid value %d %d", Temp, ActiveParams.Density);
1655 pProperties->diffusion = ReverbGetDiffusion(pContext);
1711 *(int16_t *)pValue = ReverbGetDiffusion(pContext);

Completed in 138 milliseconds