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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_QPD_Init.c36 QPD_Taps_t *pTaps,
H A DLVPSA_QPD.h45 } QPD_Taps_t, *pQPD_Taps_t; typedef in typeref:struct:__anon316
81 QPD_Taps_t *pTaps,
H A DLVPSA_Private.h99 QPD_Taps_t *pQPD_Taps; /* Points a nBands elements array that contains the QPD filter taps for each band */
H A DLVPSA_Init.c155 pLVPSA_Inst->pQPD_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) );
H A DLVPSA_Memory.c155 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) );
H A DLVPSA_Control.c700 for(i = 0; i < pInst->nBands * sizeof(QPD_Taps_t); i++)

Completed in 223 milliseconds