NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsSecondaryPreProcessBin Struct Reference

Detailed Description

Definition at line 45 of file deepstream_secondary_preprocess.h.

Collaboration diagram for NvDsSecondaryPreProcessBin:

Data Fields

GstElement * bin
 
GstElement * tee
 
GstElement * queue
 
gulong wait_for_secondary_preprocess_process_buf_probe_id
 
gboolean stop
 
gboolean flush
 
NvDsSecondaryPreProcessBinSubBin sub_bins [MAX_SECONDARY_GIE_BINS]
 
GMutex wait_lock
 
GCond wait_cond
 

Field Documentation

◆ bin

GstElement* NvDsSecondaryPreProcessBin::bin

Definition at line 47 of file deepstream_secondary_preprocess.h.

◆ flush

gboolean NvDsSecondaryPreProcessBin::flush

Definition at line 52 of file deepstream_secondary_preprocess.h.

◆ queue

GstElement* NvDsSecondaryPreProcessBin::queue

Definition at line 49 of file deepstream_secondary_preprocess.h.

◆ stop

gboolean NvDsSecondaryPreProcessBin::stop

Definition at line 51 of file deepstream_secondary_preprocess.h.

◆ sub_bins

NvDsSecondaryPreProcessBinSubBin NvDsSecondaryPreProcessBin::sub_bins[MAX_SECONDARY_GIE_BINS]

Definition at line 53 of file deepstream_secondary_preprocess.h.

◆ tee

GstElement* NvDsSecondaryPreProcessBin::tee

Definition at line 48 of file deepstream_secondary_preprocess.h.

◆ wait_cond

GCond NvDsSecondaryPreProcessBin::wait_cond

Definition at line 55 of file deepstream_secondary_preprocess.h.

◆ wait_for_secondary_preprocess_process_buf_probe_id

gulong NvDsSecondaryPreProcessBin::wait_for_secondary_preprocess_process_buf_probe_id

Definition at line 50 of file deepstream_secondary_preprocess.h.

◆ wait_lock

GMutex NvDsSecondaryPreProcessBin::wait_lock

Definition at line 54 of file deepstream_secondary_preprocess.h.


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