Describes an unprocessed sensor output buffer.
Definition at line 150 of file NvSIPLPipelineMgr.hpp.

Data Fields | |
| NvMediaImageGroup * | imageGroup |
| Holds a pointer to NvMediaImageGroup. More... | |
| std::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 157 of file NvSIPLPipelineMgr.hpp.
| NvMediaImageGroup* nvsipl::NvSIPLImageGroupWriter::RawBuffer::imageGroup |
Holds a pointer to NvMediaImageGroup.
Definition at line 153 of file NvSIPLPipelineMgr.hpp.
| std::uint32_t nvsipl::NvSIPLImageGroupWriter::RawBuffer::uIndex |
Holds the ID of the sensor in PlatformCfg.
Definition at line 155 of file NvSIPLPipelineMgr.hpp.