Home | History | Annotate | Download | only in src

Lines Matching defs:pDest

64     LVM_INT16        *pDest;
72 pDest = pBuffer->pScratch;
137 pDest, /* Destination */
140 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */
150 pDest, /* Destination */
290 LVM_INT16 *pDest;
307 pDest = *pProcessed; /* The start of the output buffer */
316 pDest, /* Detsination */
318 pDest += 2 * pBuffer->OutDelaySamples; /* Update the output pointer */
321 *pToProcess = pDest; /* Set the address to start processing */
322 *pProcessed = pDest; /* Process in the output buffer, now inplace */
330 pDest, /* Destination */
332 pDest
355 pDest, /* Destination */
358 pInstance->pOutputSamples = pDest + (2 * SampleCount); /* Update the output pointer */
536 LVM_INT16 *pDest;
555 pDest = pInstance->pOutputSamples; /* Set the output address */
574 pDest, /* Detsination */
580 pDest += 2*pBuffer->OutDelaySamples; /* Output sample pointer */
591 pDest, /* Detsination */
597 pDest += 2*NumSamples; /* Output sample pointer */
624 pDest, /* Detsination */
630 pDest += 2 * SampleCount; /* Output sample pointer */
640 pDest, /* Destination */
648 pDest += 2 * NumSamples; /* Output sample pointer */
671 pInstance->pOutputSamples = pDest; /* Output sample pointer */