Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Buffers.c86 pBuffer->BufferState = LVM_FIRSTCALL; in LVM_BufferManagedIn()
117 if (pBuffer->BufferState == LVM_FIRSTCALL) in LVM_BufferManagedIn()
132 if (((pBuffer->BufferState == LVM_FIRSTCALL) || in LVM_BufferManagedIn()
303 pBuffer->BufferState = LVM_FIRSTCALL; in LVM_BufferOptimisedIn()
549 if ((pBuffer->BufferState == LVM_FIRSTCALL) || in LVM_BufferManagedOut()
DLVM_Private.h62 #define LVM_FIRSTCALL 0 /* First call to the buffer */ macro
DLVM_Init.c551 …pInstance->pBufferManagement->BufferState = LVM_FIRSTCALL; /* Set the state ready for … in LVM_GetInstanceHandle()