Home
last modified time | relevance | path

Searched refs:SpectralDataBufferLength (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Init.cpp75 pLVPSA_Inst->SpectralDataBufferLength = BufferLength + 1; in LVPSA_Init()
77 pLVPSA_Inst->SpectralDataBufferLength = BufferLength; in LVPSA_Init()
92 pInitParams->nBands, pLVPSA_Inst->SpectralDataBufferLength * in LVPSA_Init()
DLVPSA_QPD_Process.cpp185 pLVPSA_Inst->nBands * pLVPSA_Inst->SpectralDataBufferLength)) { in LVPSA_QPD_WritePeak()
199 pLVPSA_Inst->nBands * pLVPSA_Inst->SpectralDataBufferLength)) { in LVPSA_QPD_WritePeak_Float()
DLVPSA_Process.cpp200 (StatusDelta > (LVM_INT32)pLVPSA_Inst->SpectralDataBufferLength) || (!StatusDelta)) { in LVPSA_GetSpectrum()
211 (pLVPSA_Inst->SpectralDataBufferLength - (LVM_UINT32)StatusDelta) * in LVPSA_GetSpectrum()
DLVPSA_Private.h116 SpectralDataBufferLength; /* Number of spectrum data value that the buffer can contain member
DLVPSA_Control.cpp199 for (ii = 0; ii < (pInst->nBands * pInst->SpectralDataBufferLength); ii++) { in LVPSA_ApplyNewSettings()