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

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 86 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) ||
    [all...]
LVM_Private.h 62 #define LVM_FIRSTCALL 0 /* First call to the buffer */
LVM_Init.c 551 pInstance->pBufferManagement->BufferState = LVM_FIRSTCALL; /* Set the state ready for the first call */
    [all...]

Completed in 44 milliseconds