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

/frameworks/native/include/gui/
H A DBufferQueueDefs.h29 enum { NUM_BUFFER_SLOTS = 64 }; enumerator in enum:android::BufferQueueDefs::__anon1365
31 typedef BufferSlot SlotsType[NUM_BUFFER_SLOTS];
H A DBufferQueue.h36 enum { NUM_BUFFER_SLOTS = BufferQueueDefs::NUM_BUFFER_SLOTS }; enumerator in enum:android::BufferQueue::__anon1358
47 enum { MAX_MAX_ACQUIRED_BUFFERS = NUM_BUFFER_SLOTS - 2 };
H A DSurface.h227 enum { NUM_BUFFER_SLOTS = BufferQueue::NUM_BUFFER_SLOTS }; enumerator in enum:android::Surface::__anon1378
251 BufferSlot mSlots[NUM_BUFFER_SLOTS];

Completed in 53 milliseconds