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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1446 // ReverbGetDensity()
1456 int32_t ReverbGetDensity(ReverbContext *pContext){ function in namespace:android::__anon243
1464 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDensity")
1472 ALOGV("\tLVM_ERROR : ReverbGetDensity invalid value %d %d", Temp, ActiveParams.RoomSize);
1656 pProperties->density = ReverbGetDensity(pContext);
1718 *(int16_t *)pValue = ReverbGetDensity(pContext);

Completed in 10 milliseconds