OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVDBE_MEMREGION_INSTANCE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c
75
pMemoryTable->Region[
LVDBE_MEMREGION_INSTANCE
].Size = sizeof(LVDBE_Instance_t);
76
pMemoryTable->Region[
LVDBE_MEMREGION_INSTANCE
].Alignment = LVDBE_INSTANCE_ALIGN;
77
pMemoryTable->Region[
LVDBE_MEMREGION_INSTANCE
].Type = LVDBE_PERSISTENT;
78
pMemoryTable->Region[
LVDBE_MEMREGION_INSTANCE
].pBaseAddress = LVM_NULL;
165
*phInstance = (LVDBE_Handle_t)pMemoryTable->Region[
LVDBE_MEMREGION_INSTANCE
].pBaseAddress;
LVDBE_Private.h
57
#define
LVDBE_MEMREGION_INSTANCE
0 /* Offset to the instance memory region */
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c
723
DBE_MemTab.Region[
LVDBE_MEMREGION_INSTANCE
].pBaseAddress = &pInstance->DBE_Instance;
[
all
...]
Completed in 154 milliseconds