HomeSort by relevance Sort by last modified time
    Searched refs:LVPSA_InternalRefreshTimeInv (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 74 #define LVPSA_InternalRefreshTimeInv 0x0666 /* 1/20ms left shifted by 15 */
LVPSA_Process.c 175 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)
LVPSA_Init.c 125 LVM_INT32 IRTI=(LVM_INT32)LVPSA_InternalRefreshTimeInv;
LVPSA_Memory.c 115 LVM_INT32 IRTI=(LVM_INT32)LVPSA_InternalRefreshTimeInv;

Completed in 150 milliseconds