Searched defs:BufferUpdateSamplesCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_QPD_Process.c87 LVM_INT32 BufferUpdateSamplesCount = pLVPSA_Inst->BufferUpdateSamplesCount; local
135 if(((pLVPSA_Inst->nSamplesBufferUpdate - BufferUpdateSamplesCount) < DownSamplingFactor))
141 BufferUpdateSamplesCount -= pLVPSA_Inst->nSamplesBufferUpdate;
144 BufferUpdateSamplesCount+=DownSamplingFactor;
172 pLVPSA_Inst->BufferUpdateSamplesCount = BufferUpdateSamplesCount;
H A DLVPSA_Private.h106 LVM_INT32 BufferUpdateSamplesCount; /* Counter used to know when to put a new value in the buffer */ member in struct:__anon202

Completed in 151 milliseconds