OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartAddr
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c
23
StartAddr
- Base address of the instance memory
30
void *
StartAddr
)
33
pms->pNextMember = (((uintptr_t)
StartAddr
+ 3) & (uintptr_t)~3);
87
uintptr_t
StartAddr
;
89
StartAddr
= (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress;
92
pms[0].pNextMember = ((
StartAddr
+ 3) & (uintptr_t)~3);
95
StartAddr
= (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress;
98
pms[1].pNextMember = ((
StartAddr
+ 3) & (uintptr_t)~3);
101
StartAddr
= (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress;
104
pms[2].pNextMember = ((
StartAddr
+ 3) & (uintptr_t)~3)
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h
43
StartAddr
- Base address of the instance memory
49
void InstAlloc_Init( INST_ALLOC *pms, void *
StartAddr
);
Completed in 401 milliseconds