Internal data structure for tensordec instances. More...
#include <gsttensor_decoder.h>
Public Attributes | |
GstBaseTransform | element |
gboolean | negotiated |
gboolean | silent |
gchar * | config_path |
gchar * | option [TensorDecMaxOpNum] |
gboolean | configured |
GstTensorsConfig | tensor_config |
gboolean | is_custom |
decoder_custom_cb_s | custom |
const GstTensorDecoderDef * | decoder |
void * | plugin_data |
Internal data structure for tensordec instances.
Definition at line 67 of file gsttensor_decoder.h.
gchar* _GstTensorDecoder::config_path |
Path to configuration file
Definition at line 74 of file gsttensor_decoder.h.
gboolean _GstTensorDecoder::configured |
For Tensor TRUE if already successfully configured tensor metadata
Definition at line 78 of file gsttensor_decoder.h.
decoder_custom_cb_s _GstTensorDecoder::custom |
Definition at line 83 of file gsttensor_decoder.h.
const GstTensorDecoderDef* _GstTensorDecoder::decoder |
Plugin object
Definition at line 85 of file gsttensor_decoder.h.
GstBaseTransform _GstTensorDecoder::element |
This is the parent object
Definition at line 69 of file gsttensor_decoder.h.
gboolean _GstTensorDecoder::is_custom |
For tensor decoder custom
Definition at line 82 of file gsttensor_decoder.h.
gboolean _GstTensorDecoder::negotiated |
For transformer TRUE if tensor metadata is set
Definition at line 72 of file gsttensor_decoder.h.
gchar* _GstTensorDecoder::option[TensorDecMaxOpNum] |
Assume we have two options
Definition at line 75 of file gsttensor_decoder.h.
void* _GstTensorDecoder::plugin_data |
Definition at line 86 of file gsttensor_decoder.h.
gboolean _GstTensorDecoder::silent |
True if logging is minimized
Definition at line 73 of file gsttensor_decoder.h.
GstTensorsConfig _GstTensorDecoder::tensor_config |
configured tensor info
Definition at line 79 of file gsttensor_decoder.h.