Searched refs:LVPSA_InternalRefreshTimeInv (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Private.h74 #define LVPSA_InternalRefreshTimeInv 0x0666 /* 1/20ms left shifted by 15 */ macro
H A DLVPSA_Process.c175 MUL32x32INTO32((pLVPSA_Inst->SpectralDataBufferAudioTime - GetSpectrumAudioTime),LVPSA_InternalRefreshTimeInv,StatusDelta,LVPSA_InternalRefreshTimeShift);
184 MUL32x32INTO32(((pLVPSA_Inst->SpectralDataBufferAudioTime - (LVM_INT32)LVM_MININT_32) + ((LVM_INT32)LVM_MAXINT_32 - GetSpectrumAudioTime)),LVPSA_InternalRefreshTimeInv,StatusDelta,LVPSA_InternalRefreshTimeShift)
H A DLVPSA_Init.c125 LVM_INT32 IRTI=(LVM_INT32)LVPSA_InternalRefreshTimeInv;
H A DLVPSA_Memory.c115 LVM_INT32 IRTI=(LVM_INT32)LVPSA_InternalRefreshTimeInv;

Completed in 52 milliseconds