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

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Process.c 63 LVM_UINT16 SampleCount = NumSamples;
139 while (SampleCount != 0)
148 &SampleCount);
151 * Only process data when SampleCount is none zero, a zero count can occur when
154 if (SampleCount != 0)
165 SampleCount);
177 (LVM_INT16)(2*SampleCount)); /* Left and right*/
189 SampleCount);
201 SampleCount);
212 (LVM_INT16)(2*SampleCount)); /* Left and right *
    [all...]
LVM_Buffers.c 59 LVM_INT16 SampleCount; /* Number of samples to be processed this call */
100 SampleCount = pInstance->InternalBlockSize;
112 SampleCount = (LVM_INT16)(NumFrames << MIN_INTERNAL_BLOCKSHIFT);
126 *pNumSamples = (LVM_UINT16)SampleCount; /* Set the number of samples to process this call */
164 pInstance->SamplesToProcess = (LVM_INT16)(pInstance->SamplesToProcess - SampleCount); /* Update the count of samples */
176 pStart += NumChannels*SampleCount; /* Offset by the number of processed samples */
291 LVM_INT16 SampleCount;
345 SampleCount = (LVM_INT16)(NumFrames << MIN_INTERNAL_BLOCKSHIFT);
346 *pNumSamples = (LVM_UINT16)SampleCount; /* The number of samples to process */
347 pBuffer->SamplesToOutput = (LVM_INT16)(pBuffer->SamplesToOutput - SampleCount); /* Update the number of samples to output *
    [all...]

Completed in 51 milliseconds