Searched defs:mmal_msg_port_info_set_reply (Results 1 – 1 of 1) sorted by relevance
177 struct mmal_msg_port_info_set_reply { struct178 u32 status;179 u32 component_handle; /* component handle port is associated with */180 u32 port_type; /* enum mmal_msg_port_type */181 u32 index; /* port indexed in query */182 s32 found; /* unused */183 u32 port_handle; /**< Handle to use for this port */184 struct mmal_port port;185 struct mmal_es_format format;186 union mmal_es_specific_format es;[all …]