/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_GetMemoryTable.c | 152 InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetMemoryTable() 161 InstAlloc_AddMember(&FastData, sizeof(LVREV_FastData_st)); in LVREV_GetMemoryTable() 165 InstAlloc_AddMember(&FastData, LVREV_MAX_T3_DELAY * sizeof(LVM_INT32)); in LVREV_GetMemoryTable() 166 InstAlloc_AddMember(&FastData, LVREV_MAX_T2_DELAY * sizeof(LVM_INT32)); in LVREV_GetMemoryTable() 167 InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_INT32)); in LVREV_GetMemoryTable() 168 InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_INT32)); in LVREV_GetMemoryTable() 170 InstAlloc_AddMember(&FastData, LVREV_MAX_T3_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable() 171 InstAlloc_AddMember(&FastData, LVREV_MAX_T2_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable() 172 InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable() 173 InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_FLOAT)); in LVREV_GetMemoryTable() [all …]
|
D | LVREV_GetInstanceHandle.c | 139 *phInstance = InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetInstanceHandle() 166 …pLVREV_Private->pFastData = InstAlloc_AddMember(&FastData, sizeof(LVREV_FastData_st)); … in LVREV_GetInstanceHandle() 170 …pLVREV_Private->pDelay_T[3] = InstAlloc_AddMember(&FastData, LVREV_MAX_T3_DELAY * sizeof(LVM_… in LVREV_GetInstanceHandle() 171 …pLVREV_Private->pDelay_T[2] = InstAlloc_AddMember(&FastData, LVREV_MAX_T2_DELAY * sizeof(LVM_… in LVREV_GetInstanceHandle() 172 …pLVREV_Private->pDelay_T[1] = InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_I… in LVREV_GetInstanceHandle() 173 …pLVREV_Private->pDelay_T[0] = InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_I… in LVREV_GetInstanceHandle() 177 …pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBloc… in LVREV_GetInstanceHandle() 188 …pLVREV_Private->pDelay_T[1] = InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_INT3… in LVREV_GetInstanceHandle() 189 …pLVREV_Private->pDelay_T[0] = InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_INT3… in LVREV_GetInstanceHandle() 193 …pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBloc… in LVREV_GetInstanceHandle() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Init.c | 87 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory() 101 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory() 103 InstAlloc_AddMember(&AllocMem, /* High pass filter */ in LVEQNB_Memory() 106 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 109 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 112 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 115 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory() 117 InstAlloc_AddMember(&AllocMem, /* High pass filter */ in LVEQNB_Memory() 119 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 121 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Memory.c | 108 InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Memory() 110 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_FLOAT) ); in LVPSA_Memory() 112 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) ); in LVPSA_Memory() 114 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t) ); in LVPSA_Memory() 131 InstAlloc_AddMember( &Instance, pInitParams->nBands * BufferLength * sizeof(LVM_UINT8) ); in LVPSA_Memory() 132 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) ); in LVPSA_Memory() 133 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_BPFilterPrecision_en) ); in LVPSA_Memory() 142 InstAlloc_AddMember( &Scratch, 2 * pInitParams->MaxInputBlockSize * sizeof(LVM_INT16) ); in LVPSA_Memory() 144 InstAlloc_AddMember( &Scratch, 2 * pInitParams->MaxInputBlockSize * sizeof(LVM_FLOAT) ); in LVPSA_Memory() 154 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_Instance_t) ); in LVPSA_Memory() [all …]
|
D | LVPSA_Init.c | 101 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Init() 149 …pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init() 151 pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * \ in LVPSA_Init() 154 …pLVPSA_Inst->pFiltersParams = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init() 155 …pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pL… in LVPSA_Init() 156 …pLVPSA_Inst->pPreviousPeaks = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init() 157 …pLVPSA_Inst->pBPFiltersPrecision = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init() 159 …pLVPSA_Inst->pBP_Instances = InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biq… in LVPSA_Init() 160 …pLVPSA_Inst->pQPD_States = InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD… in LVPSA_Init() 162 pLVPSA_Inst->pBP_Instances = InstAlloc_AddMember( &Coef, pInitParams->nBands * \ in LVPSA_Init() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.c | 227 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable() 244 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch buffer */ in LVM_GetMemoryTable() 246 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable() 253 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable() 255 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF], in LVM_GetMemoryTable() 261 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* Local storage */ in LVM_GetMemoryTable() 263 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* User storage */ in LVM_GetMemoryTable() 288 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable() 290 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF], in LVM_GetMemoryTable() 331 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | InstAlloc.c | 48 void* InstAlloc_AddMember( INST_ALLOC *pms, in InstAlloc_AddMember() function 148 …NewMemberAddress = InstAlloc_AddMember(&pms[LVM_PERSISTENT_SLOW_DATA], Size[LVM_PERSISTENT_SLOW_DA… in InstAlloc_AddMemberAll() 154 …NewMemberAddress = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_DATA], Size[LVM_PERSISTENT_FAST_DA… in InstAlloc_AddMemberAll() 160 …NewMemberAddress = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_COEF], Size[LVM_PERSISTENT_FAST_CO… in InstAlloc_AddMemberAll() 166 NewMemberAddress = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAll() 180 ptr[0] = InstAlloc_AddMember(&pms[LVM_PERSISTENT_SLOW_DATA], Size[LVM_PERSISTENT_SLOW_DATA]); in InstAlloc_AddMemberAllRet() 181 ptr[1] = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_DATA], Size[LVM_PERSISTENT_FAST_DATA]); in InstAlloc_AddMemberAllRet() 182 ptr[2] = InstAlloc_AddMember(&pms[LVM_PERSISTENT_FAST_COEF], Size[LVM_PERSISTENT_FAST_COEF]); in InstAlloc_AddMemberAllRet() 183 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 | 63 void* InstAlloc_AddMember( INST_ALLOC *pms, LVM_UINT32 Size );
|