Searched refs:pStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Buffers.c61 LVM_INT16 *pStart; local
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; local
543 pStart
[all...]

Completed in 588 milliseconds