OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFastData
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ClearAudioBuffers.c
66
(void *)&pLVREV_Private->
pFastData
->HPTaps, /* Destination Cast to void: no dereferencing in function*/
69
(void *)&pLVREV_Private->
pFastData
->LPTaps, /* Destination Cast to void: no dereferencing in function*/
74
LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->
pFastData
->RevLPTaps[3], 2);
75
LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->
pFastData
->RevLPTaps[2], 2);
76
LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->
pFastData
->RevLPTaps[1], 2);
77
LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->
pFastData
->RevLPTaps[0], 2);
88
LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->
pFastData
->RevLPTaps[1], 2);
89
LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->
pFastData
->RevLPTaps[0], 2);
97
LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->
pFastData
->RevLPTaps[0], 2);
LVREV_Private.h
135
LVREV_FastData_st *
pFastData
; /* Fast data memory base address */
LVREV_ApplyNewSettings.c
84
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->
pFastData
->HPTaps, &Coeffs);
86
(void *)&pPrivate->
pFastData
->HPTaps, /* Destination Cast to void: no dereferencing in function*/
117
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->
pFastData
->LPTaps, &Coeffs);
119
(void *)&pPrivate->
pFastData
->LPTaps, /* Destination Cast to void: no dereferencing in function*/
278
FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->pFastCoef->RevLPCoefs[i], &pPrivate->
pFastData
->RevLPTaps[i], &Coeffs);
LVREV_GetInstanceHandle.c
148
pLVREV_Private->
pFastData
= InstAlloc_AddMember(&FastData, sizeof(LVREV_FastData_st)); /* Fast data memory base address */
Completed in 27 milliseconds