My Project
|
#include <mmal_pool.h>
Public Attributes | |
MMAL_QUEUE_T * | queue |
uint32_t | headers_num |
MMAL_BUFFER_HEADER_T ** | header |
Definition of a pool
Definition at line 43 of file mmal_pool.h.
MMAL_BUFFER_HEADER_T** MMAL_POOL_T::header |
Array of buffer headers belonging to the pool
Definition at line 47 of file mmal_pool.h.
uint32_t MMAL_POOL_T::headers_num |
Number of buffer headers in the pool
Definition at line 46 of file mmal_pool.h.
MMAL_QUEUE_T* MMAL_POOL_T::queue |
Queue used by the pool
Definition at line 45 of file mmal_pool.h.