Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Buffers.cpp108 pBuffer->BufferState = LVM_FIRSTLASTCALL; in LVM_BufferManagedIn()
118 if (((pBuffer->BufferState == LVM_FIRSTCALL) || (pBuffer->BufferState == LVM_FIRSTLASTCALL)) && in LVM_BufferManagedIn()
154 if ((pBuffer->BufferState == LVM_FIRSTLASTCALL) || (pBuffer->BufferState == LVM_LASTCALL)) { in LVM_BufferManagedIn()
355 if ((pBuffer->BufferState == LVM_FIRSTCALL) || (pBuffer->BufferState == LVM_FIRSTLASTCALL)) { in LVM_BufferManagedOut()
DLVM_Private.h60 #define LVM_FIRSTLASTCALL 3 /* Single call for small number of samples */ macro