OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVPSA_FilterParam_t
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h
69
}
LVPSA_FilterParam_t
;
77
LVPSA_FilterParam_t
*pFiltersParams; /* Points to nBands filter param structures for filters settings */
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h
102
LVPSA_FilterParam_t
*pFiltersParams; /* Copy of the filters parameters from the input parameters */
LVPSA_Control.c
32
LVPSA_FilterParam_t
*pFilterParams,
36
LVPSA_FilterParam_t
*pFilterParams,
40
LVPSA_FilterParam_t
*pFilterParams,
464
LVPSA_FilterParam_t
*pFilterParams,
588
LVPSA_FilterParam_t
*pFilterParams,
[
all
...]
LVPSA_Init.c
146
pLVPSA_Inst->pFiltersParams = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(
LVPSA_FilterParam_t
) );
LVPSA_Memory.c
110
InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(
LVPSA_FilterParam_t
) );
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c
307
LVPSA_FilterParam_t
FiltersParams[9];
[
all
...]
Completed in 138 milliseconds