Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_QPD_Process.c87 LVM_INT32 BufferUpdateSamplesCount = pLVPSA_Inst->BufferUpdateSamplesCount; in LVPSA_QPD_Process() local
135 if(((pLVPSA_Inst->nSamplesBufferUpdate - BufferUpdateSamplesCount) < DownSamplingFactor)) in LVPSA_QPD_Process()
141 BufferUpdateSamplesCount -= pLVPSA_Inst->nSamplesBufferUpdate; in LVPSA_QPD_Process()
144 BufferUpdateSamplesCount+=DownSamplingFactor; in LVPSA_QPD_Process()
172 pLVPSA_Inst->BufferUpdateSamplesCount = BufferUpdateSamplesCount; in LVPSA_QPD_Process()
DLVPSA_Private.h106 …LVM_INT32 BufferUpdateSamplesCount; /* Counter used to know when to pu… member
DLVPSA_Control.c222 pInst->BufferUpdateSamplesCount = 0; in LVPSA_ApplyNewSettings()