OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVPSA_MEMREGION_SCRATCH
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c
138
pMemoryTable->Region[
LVPSA_MEMREGION_SCRATCH
].Size = InstAlloc_GetTotal(&Scratch);
139
pMemoryTable->Region[
LVPSA_MEMREGION_SCRATCH
].Type = LVPSA_SCRATCH;
140
pMemoryTable->Region[
LVPSA_MEMREGION_SCRATCH
].pBaseAddress = LVM_NULL;
LVPSA_Private.h
45
#define
LVPSA_MEMREGION_SCRATCH
3 /* Offset to scratch memory region in memory table */
LVPSA_Init.c
89
InstAlloc_Init( &Scratch , pMemoryTable->Region[
LVPSA_MEMREGION_SCRATCH
].pBaseAddress);
LVPSA_Process.c
71
pScratch = (LVM_INT16*)pLVPSA_Inst->MemoryTable.Region[
LVPSA_MEMREGION_SCRATCH
].pBaseAddress;
Completed in 31 milliseconds