NVIDIA DeepStream SDK API Reference

7.0 Release
gstdsexample_optimized.h File Reference

Go to the source code of this file.

Data Structures

struct  _GstDsExample
 
struct  GstDsExampleFrame
 
struct  GstDsExampleBatch
 Holds information about the batch of frames to be inferred. More...
 
struct  _GstDsExampleClass
 Boiler plate stuff. More...
 

Macros

#define PACKAGE   "dsexample"
 
#define VERSION   "1.0"
 
#define LICENSE   "Proprietary"
 
#define DESCRIPTION   "NVIDIA example plugin for integration with DeepStream on DGPU/Jetson"
 
#define BINARY_PACKAGE   "NVIDIA DeepStream 3rdparty IP integration example plugin"
 
#define URL   "http://nvidia.com/"
 
#define GST_TYPE_DSEXAMPLE   (gst_dsexample_get_type())
 
#define GST_DSEXAMPLE(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DSEXAMPLE,GstDsExample))
 
#define GST_DSEXAMPLE_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DSEXAMPLE,GstDsExampleClass))
 
#define GST_DSEXAMPLE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_DSEXAMPLE, GstDsExampleClass))
 
#define GST_IS_DSEXAMPLE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DSEXAMPLE))
 
#define GST_IS_DSEXAMPLE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DSEXAMPLE))
 
#define GST_DSEXAMPLE_CAST(obj)   ((GstDsExample *)(obj))
 
#define NVDSEXAMPLE_MAX_BATCH_SIZE   1024
 Maximum batch size to be supported by dsexample. More...
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GstDsExample GstDsExample
 
typedef struct _GstDsExampleClass GstDsExampleClass
 

Functions

GType gst_dsexample_get_type (void)
 

Macro Definition Documentation

◆ BINARY_PACKAGE

#define BINARY_PACKAGE   "NVIDIA DeepStream 3rdparty IP integration example plugin"

Definition at line 44 of file gstdsexample_optimized.h.

◆ DESCRIPTION

#define DESCRIPTION   "NVIDIA example plugin for integration with DeepStream on DGPU/Jetson"

Definition at line 43 of file gstdsexample_optimized.h.

◆ GST_DSEXAMPLE

#define GST_DSEXAMPLE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DSEXAMPLE,GstDsExample))

Definition at line 55 of file gstdsexample_optimized.h.

◆ GST_DSEXAMPLE_CAST

#define GST_DSEXAMPLE_CAST (   obj)    ((GstDsExample *)(obj))

Definition at line 60 of file gstdsexample_optimized.h.

◆ GST_DSEXAMPLE_CLASS

#define GST_DSEXAMPLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DSEXAMPLE,GstDsExampleClass))

Definition at line 56 of file gstdsexample_optimized.h.

◆ GST_DSEXAMPLE_GET_CLASS

#define GST_DSEXAMPLE_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_DSEXAMPLE, GstDsExampleClass))

Definition at line 57 of file gstdsexample_optimized.h.

◆ GST_IS_DSEXAMPLE

#define GST_IS_DSEXAMPLE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DSEXAMPLE))

Definition at line 58 of file gstdsexample_optimized.h.

◆ GST_IS_DSEXAMPLE_CLASS

#define GST_IS_DSEXAMPLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DSEXAMPLE))

Definition at line 59 of file gstdsexample_optimized.h.

◆ GST_TYPE_DSEXAMPLE

#define GST_TYPE_DSEXAMPLE   (gst_dsexample_get_type())

Definition at line 54 of file gstdsexample_optimized.h.

◆ LICENSE

#define LICENSE   "Proprietary"

Definition at line 42 of file gstdsexample_optimized.h.

◆ NVDSEXAMPLE_MAX_BATCH_SIZE

#define NVDSEXAMPLE_MAX_BATCH_SIZE   1024

Maximum batch size to be supported by dsexample.

Definition at line 63 of file gstdsexample_optimized.h.

◆ PACKAGE

#define PACKAGE   "dsexample"

Definition at line 40 of file gstdsexample_optimized.h.

◆ URL

#define URL   "http://nvidia.com/"

Definition at line 45 of file gstdsexample_optimized.h.

◆ VERSION

#define VERSION   "1.0"

Definition at line 41 of file gstdsexample_optimized.h.

Typedef Documentation

◆ GstDsExample

typedef typedefG_BEGIN_DECLS struct _GstDsExample GstDsExample

Definition at line 50 of file gstdsexample_optimized.h.

◆ GstDsExampleClass

Definition at line 51 of file gstdsexample_optimized.h.

Function Documentation

◆ gst_dsexample_get_type()

GType gst_dsexample_get_type ( void  )