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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_GetControlParameters.c50 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
H A DLVREV_Private.h162 } LVREV_Instance_st; typedef in typeref:struct:__anon206
171 LVREV_ReturnStatus_en LVREV_ApplyNewSettings(LVREV_Instance_st *pPrivate);
175 LVREV_Instance_st *pPrivate,
H A DLVREV_ClearAudioBuffers.c48 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
H A DLVREV_SetControlParameters.c49 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
H A DLVREV_GetMemoryTable.c152 InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st));
232 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
H A DLVREV_Process.c54 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
179 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples)
H A DLVREV_GetInstanceHandle.c58 LVREV_Instance_st *pLVREV_Private;
121 *phInstance = InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st));
123 pLVREV_Private =(LVREV_Instance_st *)*phInstance;
H A DLVREV_ApplyNewSettings.c44 LVREV_ReturnStatus_en LVREV_ApplyNewSettings (LVREV_Instance_st *pPrivate)
620 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)pCallbackData;

Completed in 1213 milliseconds