Structure describing a Pad.
Data Fields | |
NodeObj * | node |
Node to which the pad belongs to _NodeObj. More... | |
Pad * | peer_pad |
Peer pad to which the pad is connected to. More... | |
PAD_DIRECTION | direction |
Pad direction PAD_DIRECTION. More... | |
vx_int32 | pad_index |
Index among all the pads in the node with same direction. More... | |
vx_int32 | node_parameter_index |
Node parameter index. More... | |
vx_int32 | graph_parameter_index |
Graph parameter index. More... | |
vx_int32 | num_channels |
Number of channels. More... | |
vx_int32 | bufq_depth |
Buffer queue depth. More... | |
BufPool * | buf_pool |
Buffer pool allocated for this pad. More... | |
vx_reference | exemplar |
vx_reference that defines the data that this pad handles More... | |
vx_object_array | exemplar_arr |
NodeObj* Pad::node |
Node to which the pad belongs to _NodeObj.
Pad* Pad::peer_pad |
Peer pad to which the pad is connected to.
PAD_DIRECTION Pad::direction |
Pad direction PAD_DIRECTION.
vx_int32 Pad::pad_index |
Index among all the pads in the node with same direction.
vx_int32 Pad::node_parameter_index |
Node parameter index.
vx_int32 Pad::graph_parameter_index |
Graph parameter index.
vx_int32 Pad::num_channels |
Number of channels.
vx_int32 Pad::bufq_depth |
Buffer queue depth.
BufPool* Pad::buf_pool |
Buffer pool allocated for this pad.
vx_reference Pad::exemplar |
vx_reference that defines the data that this pad handles
vx_object_array Pad::exemplar_arr |