OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstAlloc_Init
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h
41
* Name :
InstAlloc_Init
()
49
void
InstAlloc_Init
( INST_ALLOC *pms, void *StartAddr );
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c
84
InstAlloc_Init
(&AllocMem,
97
InstAlloc_Init
(&AllocMem,
117
InstAlloc_Init
(&AllocMem,
133
InstAlloc_Init
(&AllocMem,
222
InstAlloc_Init
(&AllocMem, pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress);
247
InstAlloc_Init
(&AllocMem,
258
InstAlloc_Init
(&AllocMem,
278
InstAlloc_Init
(&AllocMem,
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c
107
InstAlloc_Init
(&SlowData, (void *)LVM_NULL);
108
InstAlloc_Init
(&FastData, (void *)LVM_NULL);
109
InstAlloc_Init
(&FastCoef, (void *)LVM_NULL);
110
InstAlloc_Init
(&Temporary, (void *)LVM_NULL);
LVREV_GetInstanceHandle.c
103
InstAlloc_Init
(&SlowData, pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress);
104
InstAlloc_Init
(&FastData, pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress);
105
InstAlloc_Init
(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress);
106
InstAlloc_Init
(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c
88
InstAlloc_Init
( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress);
89
InstAlloc_Init
( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
90
InstAlloc_Init
( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress);
91
InstAlloc_Init
( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress);
LVPSA_Memory.c
63
InstAlloc_Init
( &Instance , LVM_NULL);
64
InstAlloc_Init
( &Scratch , LVM_NULL);
65
InstAlloc_Init
( &Data , LVM_NULL);
66
InstAlloc_Init
( &Coef , LVM_NULL);
/frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c
21
* Name :
InstAlloc_Init
()
29
void
InstAlloc_Init
( INST_ALLOC *pms,
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c
143
InstAlloc_Init
(&AllocMem[i], LVM_NULL);
494
InstAlloc_Init
(&AllocMem[i],
[
all
...]
Completed in 804 milliseconds