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

/frameworks/native/include/gui/
H A DSurface.h152 enum { NUM_BUFFER_SLOTS = BufferQueue::NUM_BUFFER_SLOTS }; enumerator in enum:android::Surface::__anon1403
176 BufferSlot mSlots[NUM_BUFFER_SLOTS];
H A DBufferQueue.h45 enum { NUM_BUFFER_SLOTS = 32 }; enumerator in enum:android::BufferQueue::__anon1387
52 enum { MAX_MAX_ACQUIRED_BUFFERS = NUM_BUFFER_SLOTS - 2 };
106 // between the minimum undequeued buffer count and NUM_BUFFER_SLOTS
278 // The count must be between 2 and NUM_BUFFER_SLOTS, inclusive.
327 // count. The count must be between 2 and NUM_BUFFER_SLOTS, inclusive.
465 BufferSlot mSlots[NUM_BUFFER_SLOTS];

Completed in 59 milliseconds