NVIDIA DeepStream SDK API Reference

8.0 Release
sources/gst-plugins/gst-dsexample/dsexample_lib/dsexample_lib.h File Reference

Go to the source code of this file.

Data Structures

struct  DsExampleInitParams
 
struct  DsExampleObject
 
struct  DsExampleOutput
 

Macros

#define MAX_LABEL_SIZE   128
 

Typedefs

typedef struct DsExampleCtx DsExampleCtx
 

Functions

DsExampleCtxDsExampleCtxInit (DsExampleInitParams *init_params)
 
DsExampleOutputDsExampleProcess (DsExampleCtx *ctx, unsigned char *data)
 
void DsExampleCtxDeinit (DsExampleCtx *ctx)
 

Macro Definition Documentation

◆ MAX_LABEL_SIZE

#define MAX_LABEL_SIZE   128

Typedef Documentation

◆ DsExampleCtx

Function Documentation

◆ DsExampleCtxDeinit()

void DsExampleCtxDeinit ( DsExampleCtx ctx)

◆ DsExampleCtxInit()

DsExampleCtx* DsExampleCtxInit ( DsExampleInitParams init_params)

◆ DsExampleProcess()

DsExampleOutput* DsExampleProcess ( DsExampleCtx ctx,
unsigned char *  data 
)