NVIDIA DeepStream SDK API Reference

7.0 Release
infer_surface_bufs.h File Reference

Go to the source code of this file.

Data Structures

class  nvdsinferserver::ImageAlignBuffer
 
class  nvdsinferserver::SurfaceBuffer
 
class  nvdsinferserver::BatchSurfaceBuffer
 

Namespaces

 nvdsinferserver
 This is a header file for pre-processing cuda kernels with normalization and mean subtraction required by nvdsinfer.
 

Typedefs

using nvdsinferserver::UniqSurfaceBuf = std::unique_ptr< SurfaceBuffer >
 
using nvdsinferserver::SharedBatchSurface = std::shared_ptr< BatchSurfaceBuffer >
 

Functions

SharedBufPool< UniqSurfaceBuf > nvdsinferserver::createSurfaceBufPool (int width, int height, InferMediaFormat color, int batchSize, int gpuId, int poolSize)