Searched refs:InstAlloc_Init (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Init.cpp | 82 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/ |
D | LVREV_GetMemoryTable.cpp | 106 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()
|
D | LVREV_GetInstanceHandle.cpp | 101 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/ |
D | LVPSA_Memory.cpp | 62 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()
|
D | LVPSA_Init.cpp | 87 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() 89 … InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress); in LVPSA_Init() 90 … InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress); in LVPSA_Init()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | InstAlloc.h | 44 void InstAlloc_Init( INST_ALLOC *pms, void *StartAddr );
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | InstAlloc.cpp | 29 void InstAlloc_Init( INST_ALLOC *pms, in InstAlloc_Init() function
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.cpp | 207 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable() 566 InstAlloc_Init(&AllocMem[i], in LVM_GetInstanceHandle()
|