Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.c85 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
98 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
118 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
134 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
223 InstAlloc_Init(&AllocMem, pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress); in LVEQNB_Init()
248 InstAlloc_Init(&AllocMem, in LVEQNB_Init()
259 InstAlloc_Init(&AllocMem, in LVEQNB_Init()
279 InstAlloc_Init(&AllocMem, in LVEQNB_Init()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetMemoryTable.c107 InstAlloc_Init(&SlowData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
108 InstAlloc_Init(&FastData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
109 InstAlloc_Init(&FastCoef, (void *)LVM_NULL); in LVREV_GetMemoryTable()
110 InstAlloc_Init(&Temporary, (void *)LVM_NULL); in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.c103 InstAlloc_Init(&SlowData, pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress); in LVREV_GetInstanceHandle()
104 InstAlloc_Init(&FastData, pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress); in LVREV_GetInstanceHandle()
105 InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress); in LVREV_GetInstanceHandle()
106 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress); in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Memory.c63 InstAlloc_Init( &Instance , LVM_NULL); in LVPSA_Memory()
64 InstAlloc_Init( &Scratch , LVM_NULL); in LVPSA_Memory()
65 InstAlloc_Init( &Data , LVM_NULL); in LVPSA_Memory()
66 InstAlloc_Init( &Coef , LVM_NULL); in LVPSA_Memory()
DLVPSA_Init.c88 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress); in LVPSA_Init()
89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress); in LVPSA_Init()
90InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress); in LVPSA_Init()
91InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress); in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DInstAlloc.h49 void InstAlloc_Init( INST_ALLOC *pms, void *StartAddr );
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.c29 void InstAlloc_Init( INST_ALLOC *pms, in InstAlloc_Init() function
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c143 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable()
494 InstAlloc_Init(&AllocMem[i], in LVM_GetInstanceHandle()