Searched defs:FREE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h147 #define FREE(ptr) \ macro
/frameworks/native/include/gui/
H A DBufferQueue.h363 mBufferState(BufferSlot::FREE),
379 // can be. All slots are initially FREE.
381 // FREE indicates that the buffer is available to be dequeued
388 FREE = 0, enumerator in enum:android::BufferQueue::BufferSlot::BufferState
396 // QUEUED (via queueBuffer) or back to FREE (via cancelBuffer).
406 // ACQUIRED (via acquireBuffer) or to FREE (if another buffer is
414 // The slot is "owned" by the consumer. It transitions to FREE
440 // previous owner of the buffer is finished. When the buffer is FREE,

Completed in 132 milliseconds