Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Process.c176 …if((StatusDelta * LVPSA_InternalRefreshTime) != (pLVPSA_Inst->SpectralDataBufferAudioTime - GetSpe… in LVPSA_GetSpectrum()
185 …if(((LVM_INT32)(StatusDelta * LVPSA_InternalRefreshTime)) != ((LVM_INT32)((pLVPSA_Inst->SpectralDa… in LVPSA_GetSpectrum()
DLVPSA_Private.h73 #define LVPSA_InternalRefreshTime 0x0014 /* 20 ms (50Hz) in Q16.0 */ macro
DLVPSA_Memory.c123 if((BufferLength * LVPSA_InternalRefreshTime) != pInitParams->SpectralDataBufferDuration) in LVPSA_Memory()
DLVPSA_Init.c133 if((BufferLength * LVPSA_InternalRefreshTime) != pLVPSA_Inst->SpectralDataBufferDuration) in LVPSA_Init()