Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_QPD_Process.c88 LVM_UINT16 DownSamplingFactor = pLVPSA_Inst->DownSamplingFactor; in LVPSA_QPD_Process() local
102 pInSamps = pInSamps + DownSamplingFactor; in LVPSA_QPD_Process()
135 if(((pLVPSA_Inst->nSamplesBufferUpdate - BufferUpdateSamplesCount) < DownSamplingFactor)) in LVPSA_QPD_Process()
144 BufferUpdateSamplesCount+=DownSamplingFactor; in LVPSA_QPD_Process()
146 ii = (LVM_INT16)(ii-DownSamplingFactor); in LVPSA_QPD_Process()
DLVPSA_Private.h110 …LVM_UINT16 DownSamplingFactor; /* Down sampling factor depending … member
DLVPSA_Control.c223 pInst->DownSamplingFactor = LVPSA_DownSamplingFactor[Params.Fs]; in LVPSA_ApplyNewSettings()