NVIDIA DeepStream SDK API Reference

6.4 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
 Copyright (c) 2021, NVIDIA CORPORATION.
 

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)