HomeSort by relevance Sort by last modified time
    Searched refs:LVPSA_MEMREGION_INSTANCE (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 130 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&Instance);
131 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Type = LVPSA_PERSISTENT;
132 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL;
LVPSA_Private.h 42 #define LVPSA_MEMREGION_INSTANCE 0 /* Offset to instance memory region in memory table */
LVPSA_Init.c 88 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress);

Completed in 264 milliseconds