Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_QPD_Process.c135 if(((pLVPSA_Inst->nSamplesBufferUpdate - BufferUpdateSamplesCount) < DownSamplingFactor)) in LVPSA_QPD_Process()
141 BufferUpdateSamplesCount -= pLVPSA_Inst->nSamplesBufferUpdate; in LVPSA_QPD_Process()
162 if(pLVPSA_Inst->nSamplesBufferUpdate == 220) in LVPSA_QPD_Process()
164 pLVPSA_Inst->nSamplesBufferUpdate = 221; in LVPSA_QPD_Process()
168 pLVPSA_Inst->nSamplesBufferUpdate = 220; in LVPSA_QPD_Process()
DLVPSA_Private.h105 …LVM_UINT16 nSamplesBufferUpdate; /* Number of samples to make 20ms … member
DLVPSA_Control.c221 pInst->nSamplesBufferUpdate = (LVM_UINT16)LVPSA_nSamplesBufferUpdate[Params.Fs]; in LVPSA_ApplyNewSettings()