Searched defs:pInitParams (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Init.c43 LVPSA_InitParams_t *pInitParams,
60 if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemoryTable == LVM_NULL))
64 if( (pInitParams->SpectralDataBufferDuration > LVPSA_MAXBUFFERDURATION) ||
65 (pInitParams->SpectralDataBufferDuration == 0) ||
66 (pInitParams->MaxInputBlockSize > LVPSA_MAXINPUTBLOCKSIZE) ||
67 (pInitParams->MaxInputBlockSize == 0) ||
68 (pInitParams->nBands < LVPSA_NBANDSMIN) ||
69 (pInitParams->nBands > LVPSA_NBANDSMAX) ||
70 (pInitParams->pFiltersParams == 0))
74 for(ii = 0; ii < pInitParams
42 LVPSA_Init( pLVPSA_Handle_t *phInstance, LVPSA_InitParams_t *pInitParams, LVPSA_ControlParams_t *pControlParams, LVPSA_MemTab_t *pMemoryTable ) argument
[all...]

Completed in 32 milliseconds