Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetInstanceHandle.c128 MaxBlockSize = LVREV_MAX_AP3_DELAY; in LVREV_GetInstanceHandle()
313 pLVREV_Private->A_DelaySize[3] = LVREV_MAX_AP3_DELAY; in LVREV_GetInstanceHandle()
314 pLVREV_Private->B_DelaySize[3] = LVREV_MAX_AP3_DELAY; in LVREV_GetInstanceHandle()
DLVREV_Private.h68 #define LVREV_MAX_AP3_DELAY 1685 /* ((48000 * 120 * LVREV_T_3_Power_minus3_o… macro
DLVREV_GetMemoryTable.c132 MaxBlockSize = LVREV_MAX_AP3_DELAY; in LVREV_GetMemoryTable()
DLVREV_ApplyNewSettings.c153 …xAP_Delay[] = {LVREV_MAX_AP0_DELAY, LVREV_MAX_AP1_DELAY, LVREV_MAX_AP2_DELAY, LVREV_MAX_AP3_DELAY}; in LVREV_ApplyNewSettings()