Searched refs:SampleCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Process.cpp | 58 LVM_UINT16 SampleCount = NumSamples; in LVM_Process() local 65 #define NrFrames SampleCount // alias for clarity in LVM_Process() 117 while (SampleCount != 0) { in LVM_Process() 121 LVM_BufferIn(hInstance, pInput, &pToProcess, &pProcessed, &SampleCount); in LVM_Process() 127 if (SampleCount != 0) { in LVM_Process() 133 pToProcess, pProcessed, SampleCount); in LVM_Process() 151 pToProcess, pProcessed, SampleCount); in LVM_Process() 161 pToProcess, pProcessed, SampleCount); in LVM_Process() 201 (LVM_UINT16)(SampleCount), AudioTime); in LVM_Process() 213 LVM_BufferOut(hInstance, pOutData, &SampleCount); in LVM_Process()
|
D | LVM_Buffers.cpp | 54 LVM_INT16 SampleCount; /* Number of samples to be processed this call */ in LVM_BufferManagedIn() local 92 SampleCount = pInstance->InternalBlockSize; in LVM_BufferManagedIn() 102 SampleCount = (LVM_INT16)(NumFrames << MIN_INTERNAL_BLOCKSHIFT); in LVM_BufferManagedIn() 113 *pNumSamples = (LVM_UINT16)SampleCount; /* Set the number of samples to process this call */ in LVM_BufferManagedIn() 148 pInstance->SamplesToProcess = (LVM_INT16)(pInstance->SamplesToProcess - SampleCount); in LVM_BufferManagedIn() 157 pStart += NumChannels * SampleCount; /* Offset by the number of processed samples */ in LVM_BufferManagedIn() 338 LVM_INT16 SampleCount = (LVM_INT16)*pNumSamples; in LVM_BufferManagedOut() local 344 #define FrameCount SampleCount in LVM_BufferManagedOut() 414 if ((NumSamples != 0) && (SampleCount != 0)) { in LVM_BufferManagedOut() 415 if (SampleCount <= NumSamples) { in LVM_BufferManagedOut() [all …]
|