Searched refs:MemoryTable (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Equaliser.c64 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
65 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
143 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
H A DLVCS_ReverbGenerator.c69 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
70 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
191 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
192 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
H A DLVCS_StereoEnhancer.c60 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
61 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
189 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
190 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
H A DLVCS_Init.c109 *pMemoryTable = pInstance->MemoryTable;
176 pInstance->MemoryTable = *pMemoryTable;
H A DLVCS_Private.h108 LVCS_MemTab_t MemoryTable; /* Instance memory allocation table */ member in struct:__anon221
H A DLVCS_Process.c77 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Private.h106 LVDBE_MemTab_t MemoryTable; /* Instance memory allocation table */ member in struct:__anon110
H A DLVDBE_Init.c108 *pMemoryTable = pInstance->MemoryTable;
197 pInstance->MemoryTable = *pMemoryTable;
H A DLVDBE_Process.c83 LVM_INT32 *pScratch = (LVM_INT32 *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress;
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Private.h82 LVEQNB_MemTab_t MemoryTable; /* Instance memory allocation table */ member in struct:__anon184
H A DLVEQNB_Init.c146 *pMemoryTable = pInstance->MemoryTable;
243 pInstance->MemoryTable = *pMemoryTable;
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Private.h93 LVPSA_MemTab_t MemoryTable; member in struct:__anon202
H A DLVPSA_Init.c111 pLVPSA_Inst->MemoryTable.Region[ii] = pMemoryTable->Region[ii];
H A DLVPSA_Memory.c164 *pMemoryTable = pLVPSA_Inst->MemoryTable;
H A DLVPSA_Process.c71 pScratch = (LVM_INT16*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress;
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Private.h125 LVREV_MemoryTable_st MemoryTable; /* Memory table */ member in struct:__anon192
H A DLVREV_GetMemoryTable.c238 *pMemoryTable = pLVREV_Private->MemoryTable;
H A DLVREV_GetInstanceHandle.c124 pLVREV_Private->MemoryTable = *pMemoryTable;
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h172 LVM_MemTab_t MemoryTable; /* Instance memory allocation table */ member in struct:__anon136
H A DLVM_Init.c92 *pMemoryTable = pInstance->MemoryTable;
510 pInstance->MemoryTable = *pMemoryTable;

Completed in 112 milliseconds