Tensor Split data structure. More...
#include <gsttensor_split.h>
Public Attributes | |
GstElement | element |
gboolean | silent |
GstPad * | sinkpad |
GSList * | srcpads |
guint32 | num_tensors |
guint32 | num_srcpads |
GList * | tensorpick |
GArray * | tensorseg |
gboolean | have_group_id |
guint | group_id |
GstTensorsConfig | sink_tensor_conf |
Tensor Split data structure.
Definition at line 50 of file gsttensor_split.h.
GstElement _GstTensorSplit::element |
Definition at line 52 of file gsttensor_split.h.
guint _GstTensorSplit::group_id |
Definition at line 62 of file gsttensor_split.h.
gboolean _GstTensorSplit::have_group_id |
Definition at line 61 of file gsttensor_split.h.
guint32 _GstTensorSplit::num_srcpads |
Definition at line 58 of file gsttensor_split.h.
guint32 _GstTensorSplit::num_tensors |
Definition at line 57 of file gsttensor_split.h.
gboolean _GstTensorSplit::silent |
Definition at line 54 of file gsttensor_split.h.
GstTensorsConfig _GstTensorSplit::sink_tensor_conf |
Definition at line 63 of file gsttensor_split.h.
GstPad* _GstTensorSplit::sinkpad |
Definition at line 55 of file gsttensor_split.h.
GSList* _GstTensorSplit::srcpads |
Definition at line 56 of file gsttensor_split.h.
GList* _GstTensorSplit::tensorpick |
Definition at line 59 of file gsttensor_split.h.
GArray* _GstTensorSplit::tensorseg |
Definition at line 60 of file gsttensor_split.h.