Doxygen Book
_GstTensorIf Struct Reference

Tensor If data structure. More...

#include <gsttensor_if.h>

Collaboration diagram for _GstTensorIf:

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
 

Detailed Description

Tensor If data structure.

Definition at line 122 of file gsttensor_if.h.

Member Data Documentation

◆ act_else

tensor_if_behavior _GstTensorIf::act_else

Definition at line 136 of file gsttensor_if.h.

◆ act_then

tensor_if_behavior _GstTensorIf::act_then

Definition at line 135 of file gsttensor_if.h.

◆ custom

custom_cb_s _GstTensorIf::custom

Definition at line 143 of file gsttensor_if.h.

◆ custom_configured

gboolean _GstTensorIf::custom_configured

Definition at line 142 of file gsttensor_if.h.

◆ cv

tensor_if_compared_value _GstTensorIf::cv

compared value

Definition at line 133 of file gsttensor_if.h.

◆ cv_option

GList* _GstTensorIf::cv_option

Definition at line 138 of file gsttensor_if.h.

◆ element

GstElement _GstTensorIf::element

This is the parent object

Definition at line 124 of file gsttensor_if.h.

◆ else_option

GList* _GstTensorIf::else_option

Definition at line 140 of file gsttensor_if.h.

◆ in_config

GstTensorsConfig _GstTensorIf::in_config

input tensor info

Definition at line 129 of file gsttensor_if.h.

◆ lock

GMutex _GstTensorIf::lock

Lock for custom callback

Definition at line 145 of file gsttensor_if.h.

◆ num_srcpads

guint32 _GstTensorIf::num_srcpads

Definition at line 131 of file gsttensor_if.h.

◆ op

tensor_if_operator _GstTensorIf::op

Definition at line 134 of file gsttensor_if.h.

◆ out_config

GstTensorsConfig _GstTensorIf::out_config[2]

output tensor info

Definition at line 130 of file gsttensor_if.h.

◆ silent

gboolean _GstTensorIf::silent

Definition at line 127 of file gsttensor_if.h.

◆ sinkpad

GstPad* _GstTensorIf::sinkpad

Definition at line 125 of file gsttensor_if.h.

◆ srcpads

GSList* _GstTensorIf::srcpads

Definition at line 126 of file gsttensor_if.h.

◆ sv

tensor_if_sv_s _GstTensorIf::sv[2]

Definition at line 137 of file gsttensor_if.h.

◆ then_option

GList* _GstTensorIf::then_option

Definition at line 139 of file gsttensor_if.h.


The documentation for this struct was generated from the following file: