OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVPSA_InternalRefreshTime
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h
73
#define
LVPSA_InternalRefreshTime
0x0014 /* 20 ms (50Hz) in Q16.0 */
LVPSA_Process.c
176
if((StatusDelta *
LVPSA_InternalRefreshTime
) != (pLVPSA_Inst->SpectralDataBufferAudioTime - GetSpectrumAudioTime))
185
if(((LVM_INT32)(StatusDelta *
LVPSA_InternalRefreshTime
)) != ((LVM_INT32)((pLVPSA_Inst->SpectralDataBufferAudioTime - (LVM_INT32)LVM_MININT_32) + ((LVM_INT32)LVM_MAXINT_32 - GetSpectrumAudioTime))))
LVPSA_Init.c
133
if((BufferLength *
LVPSA_InternalRefreshTime
) != pLVPSA_Inst->SpectralDataBufferDuration)
LVPSA_Memory.c
123
if((BufferLength *
LVPSA_InternalRefreshTime
) != pInitParams->SpectralDataBufferDuration)
Completed in 192 milliseconds