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.cpp82 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
94 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
117 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()
245 InstAlloc_Init(&AllocMem, in LVEQNB_Init()
256 InstAlloc_Init(&AllocMem, in LVEQNB_Init()
275 InstAlloc_Init(&AllocMem, in LVEQNB_Init()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetMemoryTable.cpp106 InstAlloc_Init(&SlowData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
107 InstAlloc_Init(&FastData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
108 InstAlloc_Init(&FastCoef, (void *)LVM_NULL); in LVREV_GetMemoryTable()
109 InstAlloc_Init(&Temporary, (void *)LVM_NULL); in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.cpp101 InstAlloc_Init(&SlowData, pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress); in LVREV_GetInstanceHandle()
102 InstAlloc_Init(&FastData, pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress); in LVREV_GetInstanceHandle()
103 InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress); in LVREV_GetInstanceHandle()
104 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress); in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Memory.cpp62 InstAlloc_Init( &Instance , LVM_NULL); in LVPSA_Memory()
63 InstAlloc_Init( &Scratch , LVM_NULL); in LVPSA_Memory()
64 InstAlloc_Init( &Data , LVM_NULL); in LVPSA_Memory()
65 InstAlloc_Init( &Coef , LVM_NULL); in LVPSA_Memory()
DLVPSA_Init.cpp87 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress); in LVPSA_Init()
88 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress); in LVPSA_Init()
89InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress); in LVPSA_Init()
90InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress); in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DInstAlloc.h44 void InstAlloc_Init( INST_ALLOC *pms, void *StartAddr );
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.cpp29 void InstAlloc_Init( INST_ALLOC *pms, in InstAlloc_Init() function
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp207 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable()
566 InstAlloc_Init(&AllocMem[i], in LVM_GetInstanceHandle()