NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only
nvsipl::NvSIPLImageGroupWriter::RawBuffer Struct Reference

Detailed Description

Describes an unprocessed sensor output buffer.

Definition at line 223 of file NvSIPLPipelineMgr.hpp.

Collaboration diagram for nvsipl::NvSIPLImageGroupWriter::RawBuffer:

Data Fields

NvMediaImageGroupimageGroup
 Holds a pointer to NvMediaImageGroup. More...
 
uint32_t uIndex
 Holds the ID of the sensor in PlatformCfg. More...
 
bool discontinuity
 Holds a flag to signal discontinuity for the current raw buffer from the previous one. More...
 

Field Documentation

◆ discontinuity

bool nvsipl::NvSIPLImageGroupWriter::RawBuffer::discontinuity

Holds a flag to signal discontinuity for the current raw buffer from the previous one.

Definition at line 230 of file NvSIPLPipelineMgr.hpp.

◆ imageGroup

NvMediaImageGroup* nvsipl::NvSIPLImageGroupWriter::RawBuffer::imageGroup

Holds a pointer to NvMediaImageGroup.

Definition at line 226 of file NvSIPLPipelineMgr.hpp.

◆ uIndex

uint32_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::uIndex

Holds the ID of the sensor in PlatformCfg.

Definition at line 228 of file NvSIPLPipelineMgr.hpp.


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