Home
last modified time | relevance | path

Searched defs:mmal_port (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-port.h47 struct mmal_port { struct
51 u32 type; /* Type of the port (RO) enum mmal_port_type */ argument
52 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 port
63 u32 buffer_size_min; /* Minimum size of buffers the port
68 u32 buffer_alignment_min;/* Minimum alignment requirement for
75 u32 buffer_num_recommended; /* Number of buffers the port
[all …]