Searched refs:SamplesToProcess (Results 1 – 4 of 4) sorted by relevance
84 if (pInstance->SamplesToProcess == 0) in LVM_BufferManagedIn()89 pInstance->SamplesToProcess = (LVM_INT16)(*pNumSamples + pBuffer->InDelaySamples); in LVM_BufferManagedIn()101 if (pInstance->SamplesToProcess > pInstance->InternalBlockSize) in LVM_BufferManagedIn()116 NumSamples = pInstance->SamplesToProcess; in LVM_BufferManagedIn()173 pInstance->SamplesToProcess = (LVM_INT16)(pInstance->SamplesToProcess - SampleCount); in LVM_BufferManagedIn()183 NumSamples = pInstance->SamplesToProcess; in LVM_BufferManagedIn()198 pInstance->SamplesToProcess = 0; /* All Samples used */ in LVM_BufferManagedIn()228 if (pInstance->SamplesToProcess == 0) in LVM_BufferManagedIn()233 pInstance->SamplesToProcess = (LVM_INT16)(*pNumSamples + pBuffer->InDelaySamples); in LVM_BufferManagedIn()244 if (pInstance->SamplesToProcess > pInstance->InternalBlockSize) in LVM_BufferManagedIn()[all …]
213 LVM_INT16 SamplesToProcess; /* Input samples left to process */ member
631 pInstance->SamplesToProcess = 0; /* No samples left to process */ in LVM_GetInstanceHandle()
69 LVM_INT32 SamplesToProcess, RemainingSamples; in LVREV_Process() local157 SamplesToProcess = pLVREV_Private->MaxBlkLen; in LVREV_Process()158 RemainingSamples = (LVM_INT16)(RemainingSamples - SamplesToProcess); in LVREV_Process()162 SamplesToProcess = RemainingSamples; in LVREV_Process()166 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess); in LVREV_Process()168 pInput = (LVM_FLOAT *)(pInput + (SamplesToProcess * format)); in LVREV_Process()169 pOutput = (LVM_FLOAT *)(pOutput + (SamplesToProcess * 2)); // Always stereo output in LVREV_Process()171 pInput = (LVM_INT32 *)(pInput +(SamplesToProcess*format)); in LVREV_Process()172 pOutput = (LVM_INT32 *)(pOutput+(SamplesToProcess*2)); in LVREV_Process()