Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Buffers.c123 pBuffer->BufferState = LVM_LASTCALL; in LVM_BufferManagedIn()
172 (pBuffer->BufferState == LVM_LASTCALL)) in LVM_BufferManagedIn()
399 …pBuffer->BufferState = LVM_LASTCALL; /* Indicate this is the last bock to proce… in LVM_BufferOptimisedIn()
754 if (pBuffer->BufferState == LVM_LASTCALL) in LVM_BufferOptimisedOut()
DLVM_Private.h64 #define LVM_LASTCALL 2 /* Last call to the buffer */ macro