OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVM_PERSISTENT_FAST_COEF
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c
101
StartAddr = (uintptr_t)pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].pBaseAddress;
160
NewMemberAddress = InstAlloc_AddMember(&pms[
LVM_PERSISTENT_FAST_COEF
], Size[
LVM_PERSISTENT_FAST_COEF
]);
162
pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].Size = InstAlloc_GetTotal(&pms[
LVM_PERSISTENT_FAST_COEF
]);
163
pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].Type =
LVM_PERSISTENT_FAST_COEF
;
164
pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].pBaseAddress = LVM_NULL;
182
ptr[2] = InstAlloc_AddMember(&pms[
LVM_PERSISTENT_FAST_COEF
], Size[
LVM_PERSISTENT_FAST_COEF
]);
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c
206
pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].Size = InstAlloc_GetTotal(&FastCoef);
207
pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].Type =
LVM_PERSISTENT_FAST_COEF
;
208
pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].pBaseAddress = LVM_NULL;
LVREV_GetInstanceHandle.c
105
InstAlloc_Init(&FastCoef, pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].pBaseAddress);
121
(LVM_FLOAT *)pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].pBaseAddress,
122
(LVM_INT16)((pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].Size) / \
131
LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[
LVM_PERSISTENT_FAST_COEF
].Size)/sizeof(LVM_INT16)));
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h
155
LVM_PERSISTENT_FAST_COEF
= LVM_MEMREGION_PERSISTENT_FAST_COEF,
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c
357
PSA_MemTab.Region[
LVM_PERSISTENT_FAST_COEF
].Size);
386
pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Type =
LVM_PERSISTENT_FAST_COEF
;
[
all
...]
Completed in 60 milliseconds