![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds the sensor CRC structure.
Definition at line 1303 of file nvmedia_isc.h.
Data Fields | |
NvMediaBool | crcValid |
Holds a flag which enables or disables the CRC block. More... | |
uint32_t | computedCRC |
Holds the frame CRC value computed from embedded data. More... | |
uint32_t | embeddedCRC |
Holds the frame CRC value parsed from embedded data. More... | |
uint32_t NvMediaISCCRC::computedCRC |
Holds the frame CRC value computed from embedded data.
Definition at line 1312 of file nvmedia_isc.h.
NvMediaBool NvMediaISCCRC::crcValid |
Holds a flag which enables or disables the CRC block.
Definition at line 1307 of file nvmedia_isc.h.
uint32_t NvMediaISCCRC::embeddedCRC |
Holds the frame CRC value parsed from embedded data.
Definition at line 1317 of file nvmedia_isc.h.