Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Init.cpp48 LVM_UINT32 BufferLength = 0; in LVPSA_Init() local
71 BufferLength = (LVM_UINT32)BL; in LVPSA_Init()
74 if ((BufferLength * LVPSA_InternalRefreshTime) != pLVPSA_Inst->SpectralDataBufferDuration) { in LVPSA_Init()
75 pLVPSA_Inst->SpectralDataBufferLength = BufferLength + 1; in LVPSA_Init()
77 pLVPSA_Inst->SpectralDataBufferLength = BufferLength; in LVPSA_Init()