NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::NvSIPLImageGroupWriter::RawBuffer Struct Reference

Detailed Description

Describes an unprocessed sensor output buffer.

Definition at line 265 of file NvSIPLPipelineMgr.hpp.

Data Fields

NvSciBufObj image
 Holds an NvSciBufObj. 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...
 
bool dropBuffer
 Holds a flag to signal that the pipeline should drop the current buffer. More...
 
uint64_t frameCaptureTSC
 Holds the TSC timestamp of the end of frame for capture. More...
 
uint64_t frameCaptureStartTSC
 Holds the TSC timestamp of the start of frame for capture. 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 272 of file NvSIPLPipelineMgr.hpp.

◆ dropBuffer

bool nvsipl::NvSIPLImageGroupWriter::RawBuffer::dropBuffer

Holds a flag to signal that the pipeline should drop the current buffer.

Definition at line 274 of file NvSIPLPipelineMgr.hpp.

◆ frameCaptureStartTSC

uint64_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::frameCaptureStartTSC

Holds the TSC timestamp of the start of frame for capture.

Definition at line 278 of file NvSIPLPipelineMgr.hpp.

◆ frameCaptureTSC

uint64_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::frameCaptureTSC

Holds the TSC timestamp of the end of frame for capture.

Definition at line 276 of file NvSIPLPipelineMgr.hpp.

◆ image

NvSciBufObj nvsipl::NvSIPLImageGroupWriter::RawBuffer::image

Holds an NvSciBufObj.

Definition at line 268 of file NvSIPLPipelineMgr.hpp.

◆ uIndex

uint32_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::uIndex

Holds the ID of the sensor in PlatformCfg.

Definition at line 270 of file NvSIPLPipelineMgr.hpp.


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