Searched refs:pInitParams (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Init.cpp | 42 LVPSA_RETURN LVPSA_Init(pLVPSA_Handle_t* phInstance, LVPSA_InitParams_t* pInitParams, in LVPSA_Init() argument 58 pLVPSA_Inst->nBands = pInitParams->nBands; in LVPSA_Init() 59 pLVPSA_Inst->MaxInputBlockSize = pInitParams->MaxInputBlockSize; in LVPSA_Init() 60 pLVPSA_Inst->SpectralDataBufferDuration = pInitParams->SpectralDataBufferDuration; in LVPSA_Init() 82 (LVM_FLOAT*)calloc(pInitParams->nBands, sizeof(*(pLVPSA_Inst->pPostGains))); in LVPSA_Init() 87 pInitParams->nBands, sizeof(*(pLVPSA_Inst->pFiltersParams))); in LVPSA_Init() 92 pInitParams->nBands, pLVPSA_Inst->SpectralDataBufferLength * in LVPSA_Init() 98 (LVM_UINT8*)calloc(pInitParams->nBands, sizeof(*(pLVPSA_Inst->pPreviousPeaks))); in LVPSA_Init() 103 pInitParams->nBands, sizeof(*(pLVPSA_Inst->pBPFiltersPrecision))); in LVPSA_Init() 108 (QPD_FLOAT_State_t*)calloc(pInitParams->nBands, sizeof(*(pLVPSA_Inst->pQPD_States))); in LVPSA_Init() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/ |
D | LVPSA.h | 100 LVPSA_RETURN LVPSA_Init(pLVPSA_Handle_t* phInstance, LVPSA_InitParams_t* pInitParams,
|