Searched refs:StartAddr (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DInstAlloc.c23 StartAddr - Base address of the instance memory
30 void *StartAddr )
33 pms->pNextMember = (LVM_UINT32)(((LVM_UINT32)StartAddr + 3) & 0xFFFFFFFC);/* This code will fail if the platform address space is more than 32-bits*/
87 LVM_UINT32 StartAddr; local
89 StartAddr = (LVM_UINT32)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress;
92 pms[0].pNextMember = (LVM_UINT32)(((LVM_UINT32)StartAddr + 3) & 0xFFFFFFFC);
95 StartAddr = (LVM_UINT32)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress;
98 pms[1].pNextMember = (LVM_UINT32)(((LVM_UINT32)StartAddr + 3) & 0xFFFFFFFC);
101 StartAddr = (LVM_UINT32)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress;
104 pms[2].pNextMember = (LVM_UINT32)(((LVM_UINT32)StartAddr
[all...]
/frameworks/rs/cpu_ref/linkloader/lib/
H A DMemChunk.cpp41 static uintptr_t StartAddr = 0x7e000000UL; variable
74 buf = (unsigned char *)mmap((void *)StartAddr, size,
91 StartAddr += (size + 4095) / 4096 * 4096;
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DInstAlloc.h43 StartAddr - Base address of the instance memory
49 void InstAlloc_Init( INST_ALLOC *pms, void *StartAddr );

Completed in 79 milliseconds