Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.c94 …pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Size = (LVM_UINT32)sizeof(LVCS_C… in LVCS_Memory()
95 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Type = LVCS_COEFFICIENT; in LVCS_Memory()
96 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; in LVCS_Memory()
DLVCS_Equaliser.c73 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_EqualiserInit()
130 …ents = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pB… in LVCS_EqualiserInit()
212 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_Equaliser()
238 …ents = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pB… in LVCS_Equaliser()
DLVCS_ReverbGenerator.c79 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_ReverbGeneratorInit()
161 …ents = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pB… in LVCS_ReverbGeneratorInit()
286 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_ReverbGenerator()
366 …ents = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pB… in LVCS_ReverbGenerator()
DLVCS_StereoEnhancer.c71 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_SEnhancerInit()
157 …ient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pB… in LVCS_SEnhancerInit()
289 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_StereoEnhancer()
368 …ient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pB… in LVCS_StereoEnhancer()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h83 #define LVCS_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory … macro
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c803 …CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = (void *)InstAlloc_AddMember(&… in LVM_GetInstanceHandle()
804 … CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Size); in LVM_GetInstanceHandle()