Searched refs:LVM_FIRSTLASTCALL (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Buffers.c119 pBuffer->BufferState = LVM_FIRSTLASTCALL;
133 (pBuffer->BufferState == LVM_FIRSTLASTCALL)) &&
171 if ((pBuffer->BufferState == LVM_FIRSTLASTCALL) ||
440 /* LVM_FIRSTLASTCALL - This is the first and last call for this block of input*/
550 (pBuffer->BufferState == LVM_FIRSTLASTCALL))
824 /* LVM_FIRSTLASTCALL - This is the first and last call for this block of input*/
H A DLVM_Private.h65 #define LVM_FIRSTLASTCALL 3 /* Single call for small number of samples */ macro

Completed in 226 milliseconds