Doxygen Book
_GstTensorAggregator Struct Reference

GstTensorAggregator data structure. More...

#include <gsttensor_aggregator.h>

Collaboration diagram for _GstTensorAggregator:

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
 

Detailed Description

GstTensorAggregator data structure.

Definition at line 52 of file gsttensor_aggregator.h.

Member Data Documentation

◆ adapter_table

GHashTable* _GstTensorAggregator::adapter_table

adapt incoming tensor

Definition at line 66 of file gsttensor_aggregator.h.

◆ concat

gboolean _GstTensorAggregator::concat

true to concatenate output buffer

Definition at line 60 of file gsttensor_aggregator.h.

◆ element

GstElement _GstTensorAggregator::element

parent object

Definition at line 54 of file gsttensor_aggregator.h.

◆ frames_dim

guint _GstTensorAggregator::frames_dim

index of frames in tensor dimension

Definition at line 64 of file gsttensor_aggregator.h.

◆ frames_flush

guint _GstTensorAggregator::frames_flush

number of frames to flush

Definition at line 63 of file gsttensor_aggregator.h.

◆ frames_in

guint _GstTensorAggregator::frames_in

number of frames in input buffer

Definition at line 61 of file gsttensor_aggregator.h.

◆ frames_out

guint _GstTensorAggregator::frames_out

number of frames in output buffer

Definition at line 62 of file gsttensor_aggregator.h.

◆ in_config

GstTensorsConfig _GstTensorAggregator::in_config

input tensor info

Definition at line 69 of file gsttensor_aggregator.h.

◆ out_config

GstTensorsConfig _GstTensorAggregator::out_config

output tensor info

Definition at line 70 of file gsttensor_aggregator.h.

◆ silent

gboolean _GstTensorAggregator::silent

true to print minimized log

Definition at line 59 of file gsttensor_aggregator.h.

◆ sinkpad

GstPad* _GstTensorAggregator::sinkpad

sink pad

Definition at line 56 of file gsttensor_aggregator.h.

◆ srcpad

GstPad* _GstTensorAggregator::srcpad

src pad

Definition at line 57 of file gsttensor_aggregator.h.

◆ tensor_configured

gboolean _GstTensorAggregator::tensor_configured

True if already successfully configured tensor metadata

Definition at line 68 of file gsttensor_aggregator.h.


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