NVIDIA DeepStream SDK API Reference

7.0 Release
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

Definition at line 16 of file dsexample_lib.h.

Typedef Documentation

◆ DsExampleCtx

typedef struct DsExampleCtx DsExampleCtx

Definition at line 21 of file dsexample_lib.h.

Function Documentation

◆ DsExampleCtxDeinit()

void DsExampleCtxDeinit ( DsExampleCtx ctx)

◆ DsExampleCtxInit()

DsExampleCtx* DsExampleCtxInit ( DsExampleInitParams init_params)

◆ DsExampleProcess()

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