Searched refs:InstAlloc_Init (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Init.c | 85 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/ |
D | LVREV_GetMemoryTable.c | 107 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()
|
D | LVREV_GetInstanceHandle.c | 103 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/ |
D | LVPSA_Memory.c | 63 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()
|
D | LVPSA_Init.c | 88 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() 90 … InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress); in LVPSA_Init() 91 … InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress); in LVPSA_Init()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | InstAlloc.h | 49 void InstAlloc_Init( INST_ALLOC *pms, void *StartAddr );
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | InstAlloc.c | 29 void InstAlloc_Init( INST_ALLOC *pms, in InstAlloc_Init() function
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.c | 143 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable() 494 InstAlloc_Init(&AllocMem[i], in LVM_GetInstanceHandle()
|