OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pBaseAddress
(Results
1 - 23
of
23
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c
78
pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].
pBaseAddress
= LVM_NULL;
86
pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].
pBaseAddress
= LVM_NULL;
94
pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].
pBaseAddress
= LVM_NULL;
103
pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].
pBaseAddress
= LVM_NULL;
165
*phInstance = (LVDBE_Handle_t)pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].
pBaseAddress
;
177
if (pMemoryTable->Region[i].
pBaseAddress
==LVM_NULL)
181
if (((uintptr_t)pMemoryTable->Region[i].
pBaseAddress
% pMemoryTable->Region[i].Alignment)!=0){
216
pInstance->pData = pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].
pBaseAddress
;
217
pInstance->pCoef = pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].
pBaseAddress
;
LVDBE_Process.c
83
LVM_INT32 *pScratch = (LVM_INT32 *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].
pBaseAddress
;
/frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c
89
StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].
pBaseAddress
;
95
StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].
pBaseAddress
;
101
StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].
pBaseAddress
;
107
StartAddr = (uintptr_t)pMemoryTable->Region[LVM_TEMPORARY_FAST].
pBaseAddress
;
152
pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].
pBaseAddress
= LVM_NULL;
158
pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].
pBaseAddress
= LVM_NULL;
164
pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].
pBaseAddress
= LVM_NULL;
170
pMemoryTable->Region[LVM_TEMPORARY_FAST].
pBaseAddress
= LVM_NULL;
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Init.c
82
pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].
pBaseAddress
= LVM_NULL;
89
pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].
pBaseAddress
= LVM_NULL;
96
pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].
pBaseAddress
= LVM_NULL;
104
pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].
pBaseAddress
= LVM_NULL;
163
*phInstance = (LVCS_Handle_t)pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].
pBaseAddress
;
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_Process.c
77
LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].
pBaseAddress
;
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c
92
pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].
pBaseAddress
= LVM_NULL;
113
pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].
pBaseAddress
= LVM_NULL;
129
pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].
pBaseAddress
= LVM_NULL;
141
pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].
pBaseAddress
= LVM_NULL;
212
if (pMemoryTable->Region[i].
pBaseAddress
==LVM_NULL)
223
InstAlloc_Init(&AllocMem, pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].
pBaseAddress
);
249
pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].
pBaseAddress
);
260
pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].
pBaseAddress
);
280
pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].
pBaseAddress
);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c
88
InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].
pBaseAddress
);
89
InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].
pBaseAddress
);
90
InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].
pBaseAddress
);
91
InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].
pBaseAddress
);
107
if (pMemoryTable->Region[ii].
pBaseAddress
==LVM_NULL)
LVPSA_Memory.c
132
pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].
pBaseAddress
= LVM_NULL;
140
pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].
pBaseAddress
= LVM_NULL;
149
pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].
pBaseAddress
= LVM_NULL;
158
pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].
pBaseAddress
= LVM_NULL;
LVPSA_Process.c
71
pScratch = (LVM_INT16*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].
pBaseAddress
;
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetInstanceHandle.c
76
if (pMemoryTable->Region[i].
pBaseAddress
==LVM_NULL)
103
InstAlloc_Init(&SlowData, pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].
pBaseAddress
);
104
InstAlloc_Init(&FastData, pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].
pBaseAddress
);
105
InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].
pBaseAddress
);
106
InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].
pBaseAddress
);
111
LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].
pBaseAddress
, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size)/sizeof(LVM_INT16)));
112
LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].
pBaseAddress
, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Size)/sizeof(LVM_INT16)));
113
LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].
pBaseAddress
, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size)/sizeof(LVM_INT16)));
114
LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_TEMPORARY_FAST].
pBaseAddress
, (LVM_INT16)((pMemoryTable->Region[LVM_TEMPORARY_FAST].Size)/sizeof(LVM_INT16)));
LVREV_GetMemoryTable.c
155
pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].
pBaseAddress
= LVM_NULL;
183
pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].
pBaseAddress
= LVM_NULL;
192
pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].
pBaseAddress
= LVM_NULL;
227
pMemoryTable->Region[LVM_TEMPORARY_FAST].
pBaseAddress
= LVM_NULL;
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c
367
pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_SLOW_DATA].
pBaseAddress
= LVM_NULL;
371
pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].
pBaseAddress
= LVM_NULL;
379
pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].
pBaseAddress
= LVM_NULL;
389
pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].
pBaseAddress
= LVM_NULL;
450
(pMemoryTable->Region[i].
pBaseAddress
==LVM_NULL))
495
pMemoryTable->Region[i].
pBaseAddress
);
667
CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].
pBaseAddress
= &pInstance->CS_Instance;
668
CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].
pBaseAddress
= (void *)InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA],
670
CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].
pBaseAddress
= (void *)InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF],
672
CS_MemTab.Region[LVCS_MEMREGION_TEMPORARY_FAST].
pBaseAddress
= (void *)InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST]
[
all
...]
LVM_Private.h
129
void *
pBaseAddress
; /* Pointer to the region base address */
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h
157
void *
pBaseAddress
; /* Pointer to the region base address */
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h
94
void *
pBaseAddress
; /* Pointer to the region base address */
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h
187
void *
pBaseAddress
; /* Pointer to the region base address */
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h
229
void *
pBaseAddress
; /* Pointer to the region base address */
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h
231
void *
pBaseAddress
; /* Pointer to the region base address */
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
574
if (MemTab.Region[i].
pBaseAddress
!= NULL){
576
MemTab.Region[i].Size, i, MemTab.Region[i].
pBaseAddress
);
578
free(MemTab.Region[i].
pBaseAddress
);
581
MemTab.Region[i].Size, i, MemTab.Region[i].
pBaseAddress
);
585
MemTab.Region[i].Size, i, MemTab.Region[i].
pBaseAddress
);
773
MemTab.Region[i].
pBaseAddress
= malloc(MemTab.Region[i].Size);
775
if (MemTab.Region[i].
pBaseAddress
== LVM_NULL){
782
MemTab.Region[i].Size, i, MemTab.Region[i].
pBaseAddress
);
792
if (MemTab.Region[i].
pBaseAddress
== LVM_NULL){
798
MemTab.Region[i].Size, i, MemTab.Region[i].
pBaseAddress
);
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp
565
MemTab.Region[i].
pBaseAddress
= malloc(MemTab.Region[i].Size);
567
if (MemTab.Region[i].
pBaseAddress
== LVM_NULL){
574
MemTab.Region[i].Size, i, MemTab.Region[i].
pBaseAddress
);
584
if (MemTab.Region[i].
pBaseAddress
== LVM_NULL){
590
MemTab.Region[i].Size, i, MemTab.Region[i].
pBaseAddress
);
591
free(MemTab.Region[i].
pBaseAddress
);
[
all
...]
Completed in 59 milliseconds