HomeSort by relevance Sort by last modified time
    Searched refs:SamplesToOutput (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 89 pBuffer->SamplesToOutput = 0; /* Samples to output is same as number read for inplace processing */
157 pBuffer->SamplesToOutput = (LVM_INT16)(pBuffer->SamplesToOutput + NumSamples); /* Update samples to output */
306 pBuffer->SamplesToOutput = (LVM_INT16)*pNumSamples;
319 pBuffer->SamplesToOutput = (LVM_INT16)(pBuffer->SamplesToOutput - pBuffer->OutDelaySamples); /* Update the numbr of samples to output */
347 pBuffer->SamplesToOutput = (LVM_INT16)(pBuffer->SamplesToOutput - SampleCount); /* Update the number of samples to output */
366 if (pBuffer->SamplesToOutput >= MIN_INTERNAL_BLOCKSIZE)
373 NumSamples = pBuffer->SamplesToOutput; /* Number that will fit in the output buffer *
    [all...]
LVM_Private.h 151 LVM_INT16 SamplesToOutput; /* Samples to write to the output */

Completed in 126 milliseconds