GstTensorAggregator data structure. More...
#include <gsttensor_aggregator.h>
Public Attributes | |
GstElement | element |
GstPad * | sinkpad |
GstPad * | srcpad |
gboolean | silent |
gboolean | concat |
guint | frames_in |
guint | frames_out |
guint | frames_flush |
guint | frames_dim |
GHashTable * | adapter_table |
gboolean | tensor_configured |
GstTensorsConfig | in_config |
GstTensorsConfig | out_config |
GstTensorAggregator data structure.
Definition at line 52 of file gsttensor_aggregator.h.
GHashTable* _GstTensorAggregator::adapter_table |
adapt incoming tensor
Definition at line 66 of file gsttensor_aggregator.h.
gboolean _GstTensorAggregator::concat |
true to concatenate output buffer
Definition at line 60 of file gsttensor_aggregator.h.
GstElement _GstTensorAggregator::element |
parent object
Definition at line 54 of file gsttensor_aggregator.h.
guint _GstTensorAggregator::frames_dim |
index of frames in tensor dimension
Definition at line 64 of file gsttensor_aggregator.h.
guint _GstTensorAggregator::frames_flush |
number of frames to flush
Definition at line 63 of file gsttensor_aggregator.h.
guint _GstTensorAggregator::frames_in |
number of frames in input buffer
Definition at line 61 of file gsttensor_aggregator.h.
guint _GstTensorAggregator::frames_out |
number of frames in output buffer
Definition at line 62 of file gsttensor_aggregator.h.
GstTensorsConfig _GstTensorAggregator::in_config |
input tensor info
Definition at line 69 of file gsttensor_aggregator.h.
GstTensorsConfig _GstTensorAggregator::out_config |
output tensor info
Definition at line 70 of file gsttensor_aggregator.h.
gboolean _GstTensorAggregator::silent |
true to print minimized log
Definition at line 59 of file gsttensor_aggregator.h.
GstPad* _GstTensorAggregator::sinkpad |
sink pad
Definition at line 56 of file gsttensor_aggregator.h.
GstPad* _GstTensorAggregator::srcpad |
src pad
Definition at line 57 of file gsttensor_aggregator.h.
gboolean _GstTensorAggregator::tensor_configured |
True if already successfully configured tensor metadata
Definition at line 68 of file gsttensor_aggregator.h.