Searched defs:mmal_port (Results 1 – 1 of 1) sorted by relevance
47 struct mmal_port { struct51 u32 type; /* Type of the port (RO) enum mmal_port_type */ argument52 u16 index; /* Index of the port in its type list (RO) */56 u32 format; /* Format of the elementary stream */58 u32 buffer_num_min; /* Minimum number of buffers the port63 u32 buffer_size_min; /* Minimum size of buffers the port75 u32 buffer_num_recommended; /* Number of buffers the port83 u32 buffer_size_recommended; /* Size of buffers the port95 u32 buffer_size; /* Actual maximum size of the buffers that102 u32 userdata; /* Field reserved for use by the client */[all …]