Doxygen Book
_GstTensorFilter Struct Reference

Internal data structure for tensor_filter instances. More...

#include <tensor_filter.h>

Collaboration diagram for _GstTensorFilter:

Public Attributes

GstBaseTransform element
 
GstTensorFilterPrivate priv
 
GstClockTime prev_ts
 
GstClockTimeDiff throttling_delay
 
GstClockTimeDiff throttling_accum
 

Detailed Description

Internal data structure for tensor_filter instances.

Definition at line 61 of file tensor_filter.h.

Member Data Documentation

◆ element

GstBaseTransform _GstTensorFilter::element

This is the parent object

Definition at line 63 of file tensor_filter.h.

◆ prev_ts

GstClockTime _GstTensorFilter::prev_ts

previous timestamp

Definition at line 67 of file tensor_filter.h.

◆ priv

GstTensorFilterPrivate _GstTensorFilter::priv

Internal properties for tensor-filter

Definition at line 65 of file tensor_filter.h.

◆ throttling_accum

GstClockTimeDiff _GstTensorFilter::throttling_accum

accumulated frame durations for throttling

Definition at line 69 of file tensor_filter.h.

◆ throttling_delay

GstClockTimeDiff _GstTensorFilter::throttling_delay

throttling delay from tensor rate

Definition at line 68 of file tensor_filter.h.


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