NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
nvsipl::NvSIPLImageAttr Struct Reference

Detailed Description

Describes attributes of images used in image processing pipeline.

Deprecated:
a future release will remove this type and instead use NvSciBufAttrList directly

Definition at line 265 of file NvSIPLPipelineMgr.hpp.

Data Fields

NvMediaSurfaceType surfaceType = NvMediaSurfaceType_Unsupported
 Holds the surface type of the image. More...
 
std::vector< NvMediaSurfAllocAttrsurfaceAllocAttr
 Holds a vector of NvMediaSurfAllocAttr objects. More...
 

Field Documentation

◆ surfaceAllocAttr

std::vector<NvMediaSurfAllocAttr> nvsipl::NvSIPLImageAttr::surfaceAllocAttr

Holds a vector of NvMediaSurfAllocAttr objects.

Definition at line 270 of file NvSIPLPipelineMgr.hpp.

◆ surfaceType

NvMediaSurfaceType nvsipl::NvSIPLImageAttr::surfaceType = NvMediaSurfaceType_Unsupported

Holds the surface type of the image.

Definition at line 267 of file NvSIPLPipelineMgr.hpp.


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