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