Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_ReverbGenerator.c69 …LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_P… in LVCS_ReverbGeneratorInit()
70 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_… in LVCS_ReverbGeneratorInit()
191 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_… in LVCS_ReverbGenerator()
192 …LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEM… in LVCS_ReverbGenerator()
DLVCS_StereoEnhancer.c60 …LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_P… in LVCS_SEnhancerInit()
61 …LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_M… in LVCS_SEnhancerInit()
189 …LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_M… in LVCS_StereoEnhancer()
190 …LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEM… in LVCS_StereoEnhancer()
DLVCS_Equaliser.c64 …LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSI… in LVCS_EqualiserInit()
65 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMR… in LVCS_EqualiserInit()
143 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMR… in LVCS_Equaliser()
DLVCS_Init.c109 *pMemoryTable = pInstance->MemoryTable; in LVCS_Memory()
176 pInstance->MemoryTable = *pMemoryTable; in LVCS_Init()
DLVCS_Private.h108 LVCS_MemTab_t MemoryTable; /* Instance memory allocation table */ member
DLVCS_Process.c77 …LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORA… in LVCS_Process_CS()
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Private.h106 LVDBE_MemTab_t MemoryTable; /* Instance memory allocation table */ member
DLVDBE_Init.c108 *pMemoryTable = pInstance->MemoryTable; in LVDBE_Memory()
197 pInstance->MemoryTable = *pMemoryTable; in LVDBE_Init()
DLVDBE_Process.c83 …LVM_INT32 *pScratch = (LVM_INT32 *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATC… in LVDBE_Process()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Private.h82 LVEQNB_MemTab_t MemoryTable; /* Instance memory allocation table */ member
DLVEQNB_Init.c146 *pMemoryTable = pInstance->MemoryTable; in LVEQNB_Memory()
243 pInstance->MemoryTable = *pMemoryTable; in LVEQNB_Init()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Private.h93 LVPSA_MemTab_t MemoryTable; member
DLVPSA_Memory.c164 *pMemoryTable = pLVPSA_Inst->MemoryTable; in LVPSA_Memory()
DLVPSA_Init.c111 pLVPSA_Inst->MemoryTable.Region[ii] = pMemoryTable->Region[ii]; in LVPSA_Init()
DLVPSA_Process.c71 pScratch = (LVM_INT16*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress; in LVPSA_Process()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Private.h125 LVREV_MemoryTable_st MemoryTable; /* Memory table */ member
DLVREV_GetMemoryTable.c238 *pMemoryTable = pLVREV_Private->MemoryTable; in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.c124 pLVREV_Private->MemoryTable = *pMemoryTable; in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Private.h172 LVM_MemTab_t MemoryTable; /* Instance memory allocation table */ member
DLVM_Init.c92 *pMemoryTable = pInstance->MemoryTable; in LVM_GetMemoryTable()
510 pInstance->MemoryTable = *pMemoryTable; in LVM_GetInstanceHandle()