OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVPSA_MEMREGION_PERSISTENT_COEF
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c
147
pMemoryTable->Region[
LVPSA_MEMREGION_PERSISTENT_COEF
].Size = InstAlloc_GetTotal(&Coef);
148
pMemoryTable->Region[
LVPSA_MEMREGION_PERSISTENT_COEF
].Type = LVPSA_PERSISTENT_COEF;
149
pMemoryTable->Region[
LVPSA_MEMREGION_PERSISTENT_COEF
].pBaseAddress = LVM_NULL;
LVPSA_Private.h
43
#define
LVPSA_MEMREGION_PERSISTENT_COEF
1 /* Offset to persistent coefficients memory region in memory table */
LVPSA_Init.c
91
InstAlloc_Init( &Coef , pMemoryTable->Region[
LVPSA_MEMREGION_PERSISTENT_COEF
].pBaseAddress);
Completed in 20 milliseconds