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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1467 // ReverbGetDensity()
1477 int32_t ReverbGetDensity(ReverbContext *pContext){ function in namespace:android::__anon464
1485 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetDensity")
1493 ALOGV("\tLVM_ERROR : ReverbGetDensity invalid value %d %d", Temp, ActiveParams.RoomSize);
1677 pProperties->density = ReverbGetDensity(pContext);
1739 *(int16_t *)pValue = ReverbGetDensity(pContext);

Completed in 899 milliseconds