NVIDIA DeepStream SDK API Reference

7.0 Release
postprocesslib_impl.h File Reference

Go to the source code of this file.

Data Structures

struct  PacketInfo
 
class  PostProcessAlgorithm
 

Macros

#define FORMAT_NV12   "NV12"
 
#define FORMAT_RGBA   "RGBA"
 
#define FORMAT_I420   "I420"
 
#define GST_CAPS_FEATURE_MEMORY_NVMM   "memory:NVMM"
 

Functions

IDSPostProcessLibraryCreateCustomAlgoCtx (DSPostProcess_CreateParams *params)
 

Macro Definition Documentation

◆ FORMAT_I420

#define FORMAT_I420   "I420"

Definition at line 38 of file postprocesslib_impl.h.

◆ FORMAT_NV12

#define FORMAT_NV12   "NV12"

Definition at line 36 of file postprocesslib_impl.h.

◆ FORMAT_RGBA

#define FORMAT_RGBA   "RGBA"

Definition at line 37 of file postprocesslib_impl.h.

◆ GST_CAPS_FEATURE_MEMORY_NVMM

#define GST_CAPS_FEATURE_MEMORY_NVMM   "memory:NVMM"

Definition at line 39 of file postprocesslib_impl.h.

Function Documentation

◆ CreateCustomAlgoCtx()

IDSPostProcessLibrary* CreateCustomAlgoCtx ( DSPostProcess_CreateParams params)