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... | |
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.
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.
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.
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.
NvSciBufObj nvsipl::NvSIPLImageGroupWriter::RawBuffer::image |
Holds an NvSciBufObj.
Definition at line 268 of file NvSIPLPipelineMgr.hpp.
uint32_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::uIndex |
Holds the ID of the sensor in PlatformCfg.
Definition at line 270 of file NvSIPLPipelineMgr.hpp.