Searched refs:BufferUpdateSamplesCount (Results 1 – 3 of 3) sorted by relevance
87 LVM_INT32 BufferUpdateSamplesCount = pLVPSA_Inst->BufferUpdateSamplesCount; in LVPSA_QPD_Process() local135 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()
106 …LVM_INT32 BufferUpdateSamplesCount; /* Counter used to know when to pu… member
222 pInst->BufferUpdateSamplesCount = 0; in LVPSA_ApplyNewSettings()