OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVEQNB_MEMREGION_INSTANCE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c
88
pMemoryTable->Region[
LVEQNB_MEMREGION_INSTANCE
].Size = InstAlloc_GetTotal(&AllocMem);
89
pMemoryTable->Region[
LVEQNB_MEMREGION_INSTANCE
].Alignment = LVEQNB_INSTANCE_ALIGN;
90
pMemoryTable->Region[
LVEQNB_MEMREGION_INSTANCE
].Type = LVEQNB_PERSISTENT;
91
pMemoryTable->Region[
LVEQNB_MEMREGION_INSTANCE
].pBaseAddress = LVM_NULL;
222
InstAlloc_Init(&AllocMem, pMemoryTable->Region[
LVEQNB_MEMREGION_INSTANCE
].pBaseAddress);
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h
96
#define
LVEQNB_MEMREGION_INSTANCE
0 /* Offset to the instance memory region */
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c
[
all
...]
Completed in 27 milliseconds