Searched defs:mmal_msg_port_info_get_reply (Results 1 – 1 of 1) sorted by relevance
152 struct mmal_msg_port_info_get_reply { struct153 u32 status; /** enum mmal_msg_status */154 u32 component_handle; /* component handle port is associated with */155 u32 port_type; /* enum mmal_msg_port_type */156 u32 port_index; /* port indexed in query */157 s32 found; /* unused */158 u32 port_handle; /**< Handle to use for this port */159 struct mmal_port port;160 struct mmal_es_format format; /* elementary stream format */161 union mmal_es_specific_format es; /* es type specific data */[all …]