Describes an unprocessed sensor output buffer.
Definition at line 222 of file NvSIPLPipelineMgr.hpp.
Data Fields | |
NvMediaImageGroup * | imageGroup |
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 nvsipl::NvSIPLImageGroupWriter::RawBuffer::discontinuity |
Holds a flag to signal discontinuity for the current raw buffer from the previous one.
Definition at line 237 of file NvSIPLPipelineMgr.hpp.
NvSciBufObj nvsipl::NvSIPLImageGroupWriter::RawBuffer::image |
Holds an NvSciBufObj.
Definition at line 233 of file NvSIPLPipelineMgr.hpp.
NvMediaImageGroup* nvsipl::NvSIPLImageGroupWriter::RawBuffer::imageGroup |
Holds a pointer to NvMediaImageGroup.
Definition at line 230 of file NvSIPLPipelineMgr.hpp.
uint32_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::uIndex |
Holds the ID of the sensor in PlatformCfg.
Definition at line 235 of file NvSIPLPipelineMgr.hpp.