Home
last modified time | relevance | path

Searched refs:LVREV_Instance_st (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Private.h212 } LVREV_Instance_st; typedef
286 } LVREV_Instance_st;
295 LVREV_ReturnStatus_en LVREV_ApplyNewSettings(LVREV_Instance_st *pPrivate);
299 LVREV_Instance_st *pPrivate,
304 LVREV_Instance_st *pPrivate,
DLVREV_GetControlParameters.c50 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; in LVREV_GetControlParameters()
DLVREV_SetControlParameters.c49 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; in LVREV_SetControlParameters()
DLVREV_GetMemoryTable.c152 InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetMemoryTable()
269 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; in LVREV_GetMemoryTable()
DLVREV_ClearAudioBuffers.c48 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; in LVREV_ClearAudioBuffers()
DLVREV_Process.c61 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; in LVREV_Process()
204 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 Num… in ReverbBlock()
509 LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples) in ReverbBlock()
DLVREV_GetInstanceHandle.c58 LVREV_Instance_st *pLVREV_Private; in LVREV_GetInstanceHandle()
139 *phInstance = InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetInstanceHandle()
141 pLVREV_Private =(LVREV_Instance_st *)*phInstance; in LVREV_GetInstanceHandle()
DLVREV_ApplyNewSettings.c45 LVREV_ReturnStatus_en LVREV_ApplyNewSettings (LVREV_Instance_st *pPrivate) in LVREV_ApplyNewSettings()
598 LVREV_ReturnStatus_en LVREV_ApplyNewSettings (LVREV_Instance_st *pPrivate) in LVREV_ApplyNewSettings()
1202 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)pCallbackData; in BypassMixer_Callback()