Searched refs:LVM_FIRSTCALL (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Buffers.c86 pBuffer->BufferState = LVM_FIRSTCALL;
117 if (pBuffer->BufferState == LVM_FIRSTCALL)
132 if (((pBuffer->BufferState == LVM_FIRSTCALL) ||
303 pBuffer->BufferState = LVM_FIRSTCALL;
436 /* LVM_FIRSTCALL - The first call for this block of input samples */
549 if ((pBuffer->BufferState == LVM_FIRSTCALL) ||
823 /* LVM_FIRSTCALL - The first call for this block of input samples */
H A DLVM_Private.h62 #define LVM_FIRSTCALL 0 /* First call to the buffer */ macro
H A DLVM_Init.c551 pInstance->pBufferManagement->BufferState = LVM_FIRSTCALL; /* Set the state ready for the first call */

Completed in 633 milliseconds