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_StereoEnhancer.cpp66 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress; in LVCS_SEnhancerInit()
69 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_SEnhancerInit()
193 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_StereoEnhancer()
196 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; in LVCS_StereoEnhancer()
DLVCS_ReverbGenerator.cpp74 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress; in LVCS_ReverbGeneratorInit()
77 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_ReverbGeneratorInit()
196 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_ReverbGenerator()
199 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; in LVCS_ReverbGenerator()
DLVCS_Equaliser.cpp69 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress; in LVCS_EqualiserInit()
72 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_EqualiserInit()
148 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_Equaliser()
DLVCS_Init.cpp110 *pMemoryTable = pInstance->MemoryTable; in LVCS_Memory()
174 pInstance->MemoryTable = *pMemoryTable; in LVCS_Init()
DLVCS_Process.cpp95 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; in LVCS_Process_CS()
252 pInstance->MemoryTable. \ in LVCS_Process()
DLVCS_Private.h113 LVCS_MemTab_t MemoryTable; /* Instance memory allocation table */ member
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Init.cpp108 *pMemoryTable = pInstance->MemoryTable; in LVDBE_Memory()
192 pInstance->MemoryTable = *pMemoryTable; in LVDBE_Init()
DLVDBE_Private.h103 LVDBE_MemTab_t MemoryTable; /* Instance memory allocation table */ member
DLVDBE_Process.cpp95 (LVM_FLOAT *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress; in LVDBE_Process()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Private.h80 LVEQNB_MemTab_t MemoryTable; /* Instance memory allocation table */ member
DLVEQNB_Init.cpp147 *pMemoryTable = pInstance->MemoryTable; in LVEQNB_Memory()
240 pInstance->MemoryTable = *pMemoryTable; in LVEQNB_Init()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Private.h85 LVPSA_MemTab_t MemoryTable; member
DLVPSA_Memory.cpp160 *pMemoryTable = pLVPSA_Inst->MemoryTable; in LVPSA_Memory()
DLVPSA_Init.cpp108 pLVPSA_Inst->MemoryTable.Region[ii] = pMemoryTable->Region[ii]; in LVPSA_Init()
DLVPSA_Process.cpp83 pScratch = (LVM_FLOAT*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress; in LVPSA_Process()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Private.h126 LVREV_MemoryTable_st MemoryTable; /* Memory table */ member
DLVREV_GetMemoryTable.cpp234 *pMemoryTable = pLVREV_Private->MemoryTable; in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.cpp133 pLVREV_Private->MemoryTable = *pMemoryTable; in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Private.h170 LVM_MemTab_t MemoryTable; /* Instance memory allocation table */ member
DLVM_Init.cpp156 *pMemoryTable = pInstance->MemoryTable; in LVM_GetMemoryTable()
580 pInstance->MemoryTable = *pMemoryTable; in LVM_GetInstanceHandle()