My Project
|
#include <mmal_vc_msgs.h>
Public Attributes | |
mmal_worker_msg_header | header |
MMAL_STATUS_T | status |
uint32_t | component_handle |
MMAL_PORT_TYPE_T | port_type |
uint32_t | index |
int32_t | found |
uint32_t | port_handle |
MMAL_PORT_T | port |
MMAL_ES_FORMAT_T | format |
MMAL_ES_SPECIFIC_FORMAT_T | es |
uint8_t | extradata [MMAL_FORMAT_EXTRADATA_MAX_SIZE] |
Report port info back in response to a get / set.
Definition at line 225 of file mmal_vc_msgs.h.
uint32_t mmal_worker_port_info::component_handle |
Which component
Definition at line 229 of file mmal_vc_msgs.h.
MMAL_ES_SPECIFIC_FORMAT_T mmal_worker_port_info::es |
Definition at line 236 of file mmal_vc_msgs.h.
uint8_t mmal_worker_port_info::extradata[MMAL_FORMAT_EXTRADATA_MAX_SIZE] |
Definition at line 237 of file mmal_vc_msgs.h.
MMAL_ES_FORMAT_T mmal_worker_port_info::format |
Definition at line 235 of file mmal_vc_msgs.h.
int32_t mmal_worker_port_info::found |
Did we find anything?
Definition at line 232 of file mmal_vc_msgs.h.
mmal_worker_msg_header mmal_worker_port_info::header |
Definition at line 227 of file mmal_vc_msgs.h.
uint32_t mmal_worker_port_info::index |
Which port of given type to get
Definition at line 231 of file mmal_vc_msgs.h.
MMAL_PORT_T mmal_worker_port_info::port |
Definition at line 234 of file mmal_vc_msgs.h.
uint32_t mmal_worker_port_info::port_handle |
Handle to use for this port
Definition at line 233 of file mmal_vc_msgs.h.
MMAL_PORT_TYPE_T mmal_worker_port_info::port_type |
Type of port
Definition at line 230 of file mmal_vc_msgs.h.
MMAL_STATUS_T mmal_worker_port_info::status |
Result of query
Definition at line 228 of file mmal_vc_msgs.h.