NVIDIA DeepStream SDK API Reference

6.4 Release
_GstNvDsPostProcess Struct Reference

Detailed Description

Definition at line 62 of file gstnvdspostprocess.h.

Collaboration diagram for _GstNvDsPostProcess:

Data Fields

GstBaseTransform base_trans
 
DSPostProcessLibrary_Factoryalgo_factory
 Custom Library Factory and Interface. More...
 
IDSPostProcessLibraryalgo_ctx
 
gchar * postprocess_lib_name
 Custom Library Name and output caps string. More...
 
gchar * postprocess_lib_config_file
 Custom Library config file path. More...
 
std::vector< Property > * vecProp
 
gchar * postprocess_prop_string
 
gboolean stop
 Boolean to signal output thread to stop. More...
 
GstVideoInfo in_video_info
 Input and Output video info (resolution, color format, framerate, etc) More...
 
GstVideoInfo out_video_info
 
guint gpu_id
 GPU ID on which we expect to execute the task. More...
 
nvtxDomainHandle_t nvtx_domain
 NVTX Domain. More...
 
GstCaps * sinkcaps
 
GstCaps * srccaps
 
NvBufSurfTransformConfigParams config_params
 
gint compute_hw
 
cudaStream_t cu_nbstream
 

Field Documentation

◆ algo_ctx

IDSPostProcessLibrary* _GstNvDsPostProcess::algo_ctx

Definition at line 68 of file gstnvdspostprocess.h.

◆ algo_factory

DSPostProcessLibrary_Factory* _GstNvDsPostProcess::algo_factory

Custom Library Factory and Interface.

Definition at line 67 of file gstnvdspostprocess.h.

◆ base_trans

GstBaseTransform _GstNvDsPostProcess::base_trans

Definition at line 64 of file gstnvdspostprocess.h.

◆ compute_hw

gint _GstNvDsPostProcess::compute_hw

Definition at line 96 of file gstnvdspostprocess.h.

◆ config_params

NvBufSurfTransformConfigParams _GstNvDsPostProcess::config_params

Definition at line 95 of file gstnvdspostprocess.h.

◆ cu_nbstream

cudaStream_t _GstNvDsPostProcess::cu_nbstream

Definition at line 97 of file gstnvdspostprocess.h.

◆ gpu_id

guint _GstNvDsPostProcess::gpu_id

GPU ID on which we expect to execute the task.

Definition at line 88 of file gstnvdspostprocess.h.

◆ in_video_info

GstVideoInfo _GstNvDsPostProcess::in_video_info

Input and Output video info (resolution, color format, framerate, etc)

Definition at line 84 of file gstnvdspostprocess.h.

◆ nvtx_domain

nvtxDomainHandle_t _GstNvDsPostProcess::nvtx_domain

NVTX Domain.

Definition at line 91 of file gstnvdspostprocess.h.

◆ out_video_info

GstVideoInfo _GstNvDsPostProcess::out_video_info

Definition at line 85 of file gstnvdspostprocess.h.

◆ postprocess_lib_config_file

gchar* _GstNvDsPostProcess::postprocess_lib_config_file

Custom Library config file path.

Definition at line 74 of file gstnvdspostprocess.h.

◆ postprocess_lib_name

gchar* _GstNvDsPostProcess::postprocess_lib_name

Custom Library Name and output caps string.

Definition at line 71 of file gstnvdspostprocess.h.

◆ postprocess_prop_string

gchar* _GstNvDsPostProcess::postprocess_prop_string

Definition at line 78 of file gstnvdspostprocess.h.

◆ sinkcaps

GstCaps* _GstNvDsPostProcess::sinkcaps

Definition at line 93 of file gstnvdspostprocess.h.

◆ srccaps

GstCaps* _GstNvDsPostProcess::srccaps

Definition at line 94 of file gstnvdspostprocess.h.

◆ stop

gboolean _GstNvDsPostProcess::stop

Boolean to signal output thread to stop.

Definition at line 81 of file gstnvdspostprocess.h.

◆ vecProp

std::vector<Property>* _GstNvDsPostProcess::vecProp

Definition at line 77 of file gstnvdspostprocess.h.


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