Home
last modified time | relevance | path

Searched refs:LVCS_MEMREGION_TEMPORARY_FAST (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.c102 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].Size = ScratchSize; in LVCS_Memory()
103 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].Type = LVCS_SCRATCH; in LVCS_Memory()
104 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVCS_Memory()
DLVCS_ReverbGenerator.c192 … *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBase… in LVCS_ReverbGenerator()
DLVCS_Process.c77 … *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBase… in LVCS_Process_CS()
DLVCS_StereoEnhancer.c190 … *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBase… in LVCS_StereoEnhancer()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h84 #define LVCS_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */ macro
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c672 …CS_MemTab.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress = (void *)InstAlloc_AddMember(&… in LVM_GetInstanceHandle()