OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryTable
(Results
1 - 20
of
20
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c
64
LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
65
LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
143
LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
LVCS_ReverbGenerator.c
69
LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
70
LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
191
LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
192
LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
LVCS_StereoEnhancer.c
60
LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
61
LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
189
LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
190
LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
LVCS_Init.c
109
*pMemoryTable = pInstance->
MemoryTable
;
176
pInstance->
MemoryTable
= *pMemoryTable;
LVCS_Private.h
108
LVCS_MemTab_t
MemoryTable
; /* Instance memory allocation table */
LVCS_Process.c
77
LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->
MemoryTable
.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
/frameworks/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h
106
LVDBE_MemTab_t
MemoryTable
; /* Instance memory allocation table */
LVDBE_Init.c
108
*pMemoryTable = pInstance->
MemoryTable
;
197
pInstance->
MemoryTable
= *pMemoryTable;
LVDBE_Process.c
83
LVM_INT32 *pScratch = (LVM_INT32 *)pInstance->
MemoryTable
.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress;
/frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Private.h
82
LVEQNB_MemTab_t
MemoryTable
; /* Instance memory allocation table */
LVEQNB_Init.c
145
*pMemoryTable = pInstance->
MemoryTable
;
242
pInstance->
MemoryTable
= *pMemoryTable;
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h
93
LVPSA_MemTab_t
MemoryTable
;
LVPSA_Init.c
111
pLVPSA_Inst->
MemoryTable
.Region[ii] = pMemoryTable->Region[ii];
LVPSA_Memory.c
164
*pMemoryTable = pLVPSA_Inst->
MemoryTable
;
LVPSA_Process.c
71
pScratch = (LVM_INT16*)pLVPSA_Inst->
MemoryTable
.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress;
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h
125
LVREV_MemoryTable_st
MemoryTable
; /* Memory table */
LVREV_GetMemoryTable.c
238
*pMemoryTable = pLVREV_Private->
MemoryTable
;
LVREV_GetInstanceHandle.c
124
pLVREV_Private->
MemoryTable
= *pMemoryTable;
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h
172
LVM_MemTab_t
MemoryTable
; /* Instance memory allocation table */
LVM_Init.c
92
*pMemoryTable = pInstance->
MemoryTable
;
510
pInstance->
MemoryTable
= *pMemoryTable;
[
all
...]
Completed in 45 milliseconds