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

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 87 LVM_INT32 BufferUpdateSamplesCount = pLVPSA_Inst->BufferUpdateSamplesCount;
135 if(((pLVPSA_Inst->nSamplesBufferUpdate - BufferUpdateSamplesCount) < DownSamplingFactor))
141 BufferUpdateSamplesCount -= pLVPSA_Inst->nSamplesBufferUpdate;
144 BufferUpdateSamplesCount+=DownSamplingFactor;
172 pLVPSA_Inst->BufferUpdateSamplesCount = BufferUpdateSamplesCount;
LVPSA_Private.h 106 LVM_INT32 BufferUpdateSamplesCount; /* Counter used to know when to put a new value in the buffer */
LVPSA_Control.c 222 pInst->BufferUpdateSamplesCount = 0;
    [all...]

Completed in 205 milliseconds