Home
last modified time | relevance | path

Searched refs:Damping (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp238 if( (pPrivate->NewParams.Damping != pPrivate->CurrentParams.Damping) || in LVREV_ApplyNewSettings()
247 LVM_INT16 Damping = (LVM_INT16)((pPrivate->NewParams.Damping * 100) + 1000); in LVREV_ApplyNewSettings() local
258 Temp = (LVM_INT32)(ScaleTable[i] * Damping); in LVREV_ApplyNewSettings()
262 Temp = Damping; in LVREV_ApplyNewSettings()
DLVREV_SetControlParameters.cpp109 if (pNewParams->Damping > LVREV_MAX_DAMPING) in LVREV_SetControlParameters()
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h104 LVM_UINT16 Damping; /* Damping */ member
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp758 params.Damping = 21; in Reverb_init()
771 pContext->SavedDecayHfRatio = params.Damping*20; in Reverb_init()
1216 ActiveParams.Damping = (LVM_INT16)(ratio/20); in ReverbSetDecayHfRatio()
1251 if(ActiveParams.Damping != (LVM_INT16)(pContext->SavedDecayHfRatio / 20)){ in ReverbGetDecayHfRatio()
1253 ActiveParams.Damping, pContext->SavedDecayHfRatio); in ReverbGetDecayHfRatio()