Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Buffers.cpp56 LVM_FLOAT* pStart; in LVM_BufferManagedIn() local
81 pStart = pInstance->pInputSamples; /* Pointer to the input samples */ in LVM_BufferManagedIn()
132 Copy_Float(pStart, /* Source */ in LVM_BufferManagedIn()
135 pStart += NumChannels * NumSamples; /* Update the input pointer */ in LVM_BufferManagedIn()
149 pInstance->pInputSamples = pStart; /* Update input sample pointer */ in LVM_BufferManagedIn()
156 pStart = pBuffer->pScratch; /* Start of the buffer */ in LVM_BufferManagedIn()
157 pStart += NumChannels * SampleCount; /* Offset by the number of processed samples */ in LVM_BufferManagedIn()
159 Copy_Float(pStart, /* Source */ in LVM_BufferManagedIn()
340 LVM_FLOAT* pStart; in LVM_BufferManagedOut() local
350 pStart = pBuffer->pScratch; in LVM_BufferManagedOut()
[all …]