Tensor If data structure. More...
#include <gsttensor_if.h>
Public Attributes | |
GstElement | element |
GstPad * | sinkpad |
GSList * | srcpads |
gboolean | silent |
GstTensorsConfig | in_config |
GstTensorsConfig | out_config [2] |
guint32 | num_srcpads |
tensor_if_compared_value | cv |
tensor_if_operator | op |
tensor_if_behavior | act_then |
tensor_if_behavior | act_else |
tensor_if_sv_s | sv [2] |
GList * | cv_option |
GList * | then_option |
GList * | else_option |
gboolean | custom_configured |
custom_cb_s | custom |
GMutex | lock |
Tensor If data structure.
Definition at line 122 of file gsttensor_if.h.
tensor_if_behavior _GstTensorIf::act_else |
Definition at line 136 of file gsttensor_if.h.
tensor_if_behavior _GstTensorIf::act_then |
Definition at line 135 of file gsttensor_if.h.
custom_cb_s _GstTensorIf::custom |
Definition at line 143 of file gsttensor_if.h.
gboolean _GstTensorIf::custom_configured |
Definition at line 142 of file gsttensor_if.h.
tensor_if_compared_value _GstTensorIf::cv |
compared value
Definition at line 133 of file gsttensor_if.h.
GList* _GstTensorIf::cv_option |
Definition at line 138 of file gsttensor_if.h.
GstElement _GstTensorIf::element |
This is the parent object
Definition at line 124 of file gsttensor_if.h.
GList* _GstTensorIf::else_option |
Definition at line 140 of file gsttensor_if.h.
GstTensorsConfig _GstTensorIf::in_config |
input tensor info
Definition at line 129 of file gsttensor_if.h.
GMutex _GstTensorIf::lock |
Lock for custom callback
Definition at line 145 of file gsttensor_if.h.
guint32 _GstTensorIf::num_srcpads |
Definition at line 131 of file gsttensor_if.h.
tensor_if_operator _GstTensorIf::op |
Definition at line 134 of file gsttensor_if.h.
GstTensorsConfig _GstTensorIf::out_config[2] |
output tensor info
Definition at line 130 of file gsttensor_if.h.
gboolean _GstTensorIf::silent |
Definition at line 127 of file gsttensor_if.h.
GstPad* _GstTensorIf::sinkpad |
Definition at line 125 of file gsttensor_if.h.
GSList* _GstTensorIf::srcpads |
Definition at line 126 of file gsttensor_if.h.
tensor_if_sv_s _GstTensorIf::sv[2] |
Definition at line 137 of file gsttensor_if.h.
GList* _GstTensorIf::then_option |
Definition at line 139 of file gsttensor_if.h.