Home
last modified time | relevance | path

Searched refs:QPD_Taps_t (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_QPD.h64 } QPD_Taps_t, *pQPD_Taps_t; typedef
114 QPD_Taps_t *pTaps,
DLVPSA_QPD_Init.c36 QPD_Taps_t *pTaps, in LVPSA_QPD_Init()
DLVPSA_Private.h103QPD_Taps_t *pQPD_Taps; /* Points a nBands elements array …
DLVPSA_Memory.c169 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) ); in LVPSA_Memory()
DLVPSA_Init.c170 …t->pQPD_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) ); in LVPSA_Init()
DLVPSA_Control.c933 for(i = 0; i < pInst->nBands * sizeof(QPD_Taps_t); i++) in LVPSA_ClearFilterHistory()