NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvsipl::NvSIPLImageAttr Struct Reference

Detailed Description

Describes attributes of images used in image processing pipeline.

Definition at line 166 of file NvSIPLPipelineMgr.hpp.

Data Fields

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

Field Documentation

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

Holds a vector of NvMediaSurfAllocAttr objects.

Definition at line 171 of file NvSIPLPipelineMgr.hpp.

NvMediaSurfaceType nvsipl::NvSIPLImageAttr::surfaceType = NvMediaSurfaceType_Unsupported

Holds the surface type (NvMediaSurfaceType) of the image.

Definition at line 168 of file NvSIPLPipelineMgr.hpp.


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