Home
last modified time | relevance | path

Searched refs:LVM_GetFsFromTable (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Tables.h41 extern LVM_UINT16 LVM_GetFsFromTable(LVM_Fs_en FsIndex);
DLVREV_Tables.c45 LVM_UINT16 LVM_GetFsFromTable(LVM_Fs_en FsIndex){ in LVM_GetFsFromTable() function
DLVREV_ApplyNewSettings.c148 LVM_INT32 Fs = LVM_GetFsFromTable(pPrivate->NewParams.SampleRate); in LVREV_ApplyNewSettings()
291 …2 Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_ALLPASS_TC, LVM_GetFsFromTable(pPrivate->Ne… in LVREV_ApplyNewSettings()
292 …AlphaTap = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_ALLPASS_TAP_TC, LVM_GetFsFromTable(pPrivate->Ne… in LVREV_ApplyNewSettings()
504 …Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_FEEDBACKMIXER_TC, LVM_GetFsFromTable(pPrivate->New… in LVREV_ApplyNewSettings()
511 …r.Alpha1 = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_BYPASSMIXER_TC, LVM_GetFsFromTable(pPrivate->Ne… in LVREV_ApplyNewSettings()