/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_GetMemoryTable.cpp | 148 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 …]
|
D | LVREV_GetInstanceHandle.cpp | 130 *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/ |
D | LVEQNB_Init.cpp | 84 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/ |
D | LVM_Init.cpp | 225 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/ |
D | LVPSA_Memory.cpp | 105 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 …]
|
D | LVPSA_Init.cpp | 95 *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/ |
D | InstAlloc.cpp | 47 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/ |
D | InstAlloc.h | 57 void* InstAlloc_AddMember( INST_ALLOC *pms, LVM_UINT32 Size );
|