NVIDIA DeepStream SDK API Reference

6.4 Release
GstNvDsPreProcessVideoBufferAllocatorInfo Struct Reference

Detailed Description

structure containing video buffer allocator info

Definition at line 69 of file gstnvdspreprocess_allocator.h.

Data Fields

guint width
 video buffer width More...
 
guint height
 video buffer height More...
 
NvBufSurfaceColorFormat color_format
 color format More...
 
guint batch_size
 batch size More...
 
NvBufSurfaceMemType memory_type
 memory type of buffer More...
 

Field Documentation

◆ batch_size

guint GstNvDsPreProcessVideoBufferAllocatorInfo::batch_size

batch size

Definition at line 77 of file gstnvdspreprocess_allocator.h.

◆ color_format

NvBufSurfaceColorFormat GstNvDsPreProcessVideoBufferAllocatorInfo::color_format

color format

Definition at line 75 of file gstnvdspreprocess_allocator.h.

◆ height

guint GstNvDsPreProcessVideoBufferAllocatorInfo::height

video buffer height

Definition at line 73 of file gstnvdspreprocess_allocator.h.

◆ memory_type

NvBufSurfaceMemType GstNvDsPreProcessVideoBufferAllocatorInfo::memory_type

memory type of buffer

Definition at line 79 of file gstnvdspreprocess_allocator.h.

◆ width

guint GstNvDsPreProcessVideoBufferAllocatorInfo::width

video buffer width

Definition at line 71 of file gstnvdspreprocess_allocator.h.


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