My Project
MMAL_POOL_T Struct Reference

#include <mmal_pool.h>

Public Attributes

MMAL_QUEUE_Tqueue
 
uint32_t headers_num
 
MMAL_BUFFER_HEADER_T ** header
 

Detailed Description

Definition of a pool

Definition at line 43 of file mmal_pool.h.

Member Data Documentation

◆ header

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.

◆ headers_num

uint32_t MMAL_POOL_T::headers_num

Number of buffer headers in the pool

Definition at line 46 of file mmal_pool.h.

◆ queue

MMAL_QUEUE_T* MMAL_POOL_T::queue

Queue used by the pool

Definition at line 45 of file mmal_pool.h.


The documentation for this struct was generated from the following file: