OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pBP_Taps
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h
97
Biquad_1I_Order2_Taps_t *
pBP_Taps
; /* Points a nBands elements array that contains the band pass filter taps for each band */
LVPSA_Control.c
358
&pInst->
pBP_Taps
[ii],
378
&pInst->
pBP_Taps
[ii],
[
all
...]
LVPSA_Init.c
154
pLVPSA_Inst->
pBP_Taps
= InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biquad_1I_Order2_Taps_t) );
Completed in 348 milliseconds