Home | History | Annotate | Download | only in src

Lines Matching refs:pStart

61     LVM_INT16        *pStart;
88 pStart = pInstance->pInputSamples; /* Pointer to the input samples */
149 Copy_16(pStart, /* Source */
152 pStart += NumChannels * NumSamples; /* Update the input pointer */
165 pInstance->pInputSamples = pStart; /* Update input sample pointer */
175 pStart = pBuffer->pScratch; /* Start of the buffer */
176 pStart += NumChannels*SampleCount; /* Offset by the number of processed samples */
179 Copy_16(pStart, /* Source */
535 LVM_INT16 *pStart;
543 pStart = pBuffer->pScratch;
623 Copy_16(pStart, /* Source */
639 Copy_16(pStart, /* Source */
647 pStart += 2 * NumSamples; /* Processed sample pointer */
660 Copy_16(pStart, /* Source */