Searched defs:SampleCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Process.c63 LVM_UINT16 SampleCount = NumSamples; local
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)); /* Lef
[all...]
H A DLVM_Buffers.c59 LVM_INT16 SampleCount; /* Number of samples to be processed this call */ local
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; local
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); /* Updat
533 LVM_INT16 SampleCount = (LVM_INT16)*pNumSamples; local
[all...]

Completed in 354 milliseconds