Searched refs:SamplesToProcess (Results 1 – 4 of 4) sorted by relevance
82 if (pInstance->SamplesToProcess == 0) in LVM_BufferManagedIn()87 pInstance->SamplesToProcess = (LVM_INT16)(*pNumSamples + pBuffer->InDelaySamples); in LVM_BufferManagedIn()98 if (pInstance->SamplesToProcess > pInstance->InternalBlockSize) in LVM_BufferManagedIn()113 NumSamples = pInstance->SamplesToProcess; in LVM_BufferManagedIn()167 pInstance->SamplesToProcess = (LVM_INT16)(pInstance->SamplesToProcess - SampleCount); in LVM_BufferManagedIn()176 NumSamples = pInstance->SamplesToProcess; in LVM_BufferManagedIn()190 pInstance->SamplesToProcess = 0; /* All Samples used */ in LVM_BufferManagedIn()227 if (pInstance->SamplesToProcess == 0) in LVM_BufferUnmanagedIn()229 pInstance->SamplesToProcess = (LVM_INT16)*pNumSamples; /* Get the number of samples in LVM_BufferUnmanagedIn()237 if (pInstance->SamplesToProcess > pInstance->InternalBlockSize) in LVM_BufferUnmanagedIn()[all …]
181 LVM_INT16 SamplesToProcess; /* Input samples left to process */ member
602 pInstance->SamplesToProcess = 0; /* No samples left to process */ in LVM_GetInstanceHandle()
56 LVM_INT32 SamplesToProcess, RemainingSamples; in LVREV_Process() local134 SamplesToProcess = pLVREV_Private->MaxBlkLen; in LVREV_Process()135 RemainingSamples = (LVM_INT16)(RemainingSamples - SamplesToProcess); in LVREV_Process()139 SamplesToProcess = RemainingSamples; in LVREV_Process()143 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess); in LVREV_Process()144 pInput = (LVM_FLOAT *)(pInput + (SamplesToProcess * format)); in LVREV_Process()145 pOutput = (LVM_FLOAT *)(pOutput + (SamplesToProcess * 2)); // Always stereo output in LVREV_Process()