Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetMemoryTable.cpp148 InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetMemoryTable()
156 InstAlloc_AddMember(&FastData, sizeof(LVREV_FastData_st)); in LVREV_GetMemoryTable()
159 InstAlloc_AddMember(&FastData, LVREV_MAX_T3_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable()
160 InstAlloc_AddMember(&FastData, LVREV_MAX_T2_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable()
161 InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable()
162 InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable()
167 InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable()
168 InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable()
173 InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable()
183 InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); in LVREV_GetMemoryTable()
[all …]
DLVREV_GetInstanceHandle.cpp130 *phInstance = InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetInstanceHandle()
158 InstAlloc_AddMember(&FastData, sizeof(LVREV_FastData_st)); in LVREV_GetInstanceHandle()
162 (LVM_FLOAT *)InstAlloc_AddMember(&FastData, LVREV_MAX_T3_DELAY * \ in LVREV_GetInstanceHandle()
165 (LVM_FLOAT *)InstAlloc_AddMember(&FastData, LVREV_MAX_T2_DELAY * \ in LVREV_GetInstanceHandle()
168 (LVM_FLOAT *)InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * \ in LVREV_GetInstanceHandle()
171 (LVM_FLOAT *)InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * \ in LVREV_GetInstanceHandle()
177 pLVREV_Private->pScratchDelayLine[i] = (LVM_FLOAT *)InstAlloc_AddMember(&Temporary, in LVREV_GetInstanceHandle()
191 InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * \ in LVREV_GetInstanceHandle()
194 InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * \ in LVREV_GetInstanceHandle()
200 pLVREV_Private->pScratchDelayLine[i] = (LVM_FLOAT *)InstAlloc_AddMember(&Temporary, in LVREV_GetInstanceHandle()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.cpp84 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory()
96 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory()
98 InstAlloc_AddMember(&AllocMem, /* High pass filter */ in LVEQNB_Memory()
101 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory()
104 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory()
107 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory()
119 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory()
121 InstAlloc_AddMember(&AllocMem, /* High pass filter */ in LVEQNB_Memory()
124 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory()
136 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp225 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable()
237 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch buffer */ in LVM_GetMemoryTable()
239 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable()
246 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable()
248 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF], in LVM_GetMemoryTable()
254 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* Local storage */ in LVM_GetMemoryTable()
256 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* User storage */ in LVM_GetMemoryTable()
281 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable()
283 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF], in LVM_GetMemoryTable()
319 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable()
[all …]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Memory.cpp105 InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Memory()
106 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_FLOAT) ); in LVPSA_Memory()
107 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t) ); in LVPSA_Memory()
123 InstAlloc_AddMember( &Instance, pInitParams->nBands * BufferLength * sizeof(LVM_UINT8) ); in LVPSA_Memory()
124 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) ); in LVPSA_Memory()
125 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_BPFilterPrecision_en) ); in LVPSA_Memory()
133 InstAlloc_AddMember( &Scratch, 2 * pInitParams->MaxInputBlockSize * sizeof(LVM_FLOAT) ); in LVPSA_Memory()
141 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_FLOAT_Instance_t) ); in LVPSA_Memory()
142 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD_FLOAT_State_t) ); in LVPSA_Memory()
150 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biquad_1I_Order2_FLOAT_Taps_t) ); in LVPSA_Memory()
[all …]
DLVPSA_Init.cpp95 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Init()
141 (LVM_FLOAT *)InstAlloc_AddMember(&Instance, pInitParams->nBands * sizeof(LVM_FLOAT)); in LVPSA_Init()
143 InstAlloc_AddMember(&Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t)); in LVPSA_Init()
145 InstAlloc_AddMember(&Instance, pInitParams->nBands * \ in LVPSA_Init()
148 InstAlloc_AddMember(&Instance, pInitParams->nBands * sizeof(LVM_UINT8)); in LVPSA_Init()
150 InstAlloc_AddMember(&Instance, pInitParams->nBands * \ in LVPSA_Init()
153 InstAlloc_AddMember(&Coef, pInitParams->nBands * \ in LVPSA_Init()
156 InstAlloc_AddMember(&Coef, pInitParams->nBands * \ in LVPSA_Init()
160 InstAlloc_AddMember(&Data, pInitParams->nBands * \ in LVPSA_Init()
163 InstAlloc_AddMember(&Data, pInitParams->nBands * \ in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.cpp47 void* InstAlloc_AddMember( INST_ALLOC *pms, in InstAlloc_AddMember() function
140 …NewMemberAddress = InstAlloc_AddMember(&pms[LVM_PERSISTENT_SLOW_DATA], Size[LVM_PERSISTENT_SLOW_DA… in InstAlloc_AddMemberAll()
146 …NewMemberAddress = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_DATA], Size[LVM_PERSISTENT_FAST_DA… in InstAlloc_AddMemberAll()
152 …NewMemberAddress = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_COEF], Size[LVM_PERSISTENT_FAST_CO… in InstAlloc_AddMemberAll()
158 NewMemberAddress = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAll()
171 ptr[0] = InstAlloc_AddMember(&pms[LVM_PERSISTENT_SLOW_DATA], Size[LVM_PERSISTENT_SLOW_DATA]); in InstAlloc_AddMemberAllRet()
172 ptr[1] = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_DATA], Size[LVM_PERSISTENT_FAST_DATA]); in InstAlloc_AddMemberAllRet()
173 ptr[2] = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_COEF], Size[LVM_PERSISTENT_FAST_COEF]); in InstAlloc_AddMemberAllRet()
174 ptr[3] = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAllRet()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DInstAlloc.h57 void* InstAlloc_AddMember( INST_ALLOC *pms, LVM_UINT32 Size );