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) */53 u16 index_all; /* Index of the port in the list of all ports (RO) */55 u32 is_enabled; /* Indicates whether the port is enabled or not (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 port68 u32 buffer_alignment_min;/* Minimum alignment requirement for75 u32 buffer_num_recommended; /* Number of buffers the port[all …]