NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPreProcessCustomBufImpl Struct Reference

Detailed Description

Used by plugin to access GstBuffer and GstNvDsPreProcessMemory acquired by Custom Library.

Definition at line 124 of file gstnvdspreprocess.h.

Inheritance diagram for NvDsPreProcessCustomBufImpl:
Collaboration diagram for NvDsPreProcessCustomBufImpl:

Data Fields

GstBuffergstbuf
 Gst Buffer acquired from gst allocator. More...
 
GstNvDsPreProcessMemorymemory
 Memory corresponding to the gst buffer. More...
 
void * memory_ptr
 memory ptr where to store prepared tensor More...
 

Field Documentation

◆ gstbuf

GstBuffer* NvDsPreProcessCustomBufImpl::gstbuf

Gst Buffer acquired from gst allocator.

Definition at line 127 of file gstnvdspreprocess.h.

◆ memory

GstNvDsPreProcessMemory* NvDsPreProcessCustomBufImpl::memory

Memory corresponding to the gst buffer.

Definition at line 129 of file gstnvdspreprocess.h.

◆ memory_ptr

void * NvDsPreProcessCustomBuf::memory_ptr
inherited

memory ptr where to store prepared tensor

Definition at line 212 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.


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