NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaICPErrorInfo Struct Reference

Detailed Description

Holds the capture error information populated by NvMediaICPGetErrorInfo().

Definition at line 517 of file nvmedia_icp.h.

Data Fields

uint32_t csiStreamId
 Holds the CSI stream index. More...
 
uint32_t csiFrameId
 Holds the CSI frame index generated by CSI Tx. More...
 
uint32_t virtualChannelId
 Holds the virtual channel index. More...
 
NvMediaICPErrorStatus errorStatus
 Holds the error status from capture HW engine. More...
 
uint32_t errorData
 Holds a detailed error code corresponding to NvMediaICPErrorStatus, above. More...
 
uint32_t notifiedErrors [NVMEDIA_ICP_ERROR_STATUS_MEMORYWRITE+1u]
 Holds notified errors. More...
 

Field Documentation

◆ csiFrameId

uint32_t NvMediaICPErrorInfo::csiFrameId

Holds the CSI frame index generated by CSI Tx.

Definition at line 521 of file nvmedia_icp.h.

◆ csiStreamId

uint32_t NvMediaICPErrorInfo::csiStreamId

Holds the CSI stream index.

Definition at line 519 of file nvmedia_icp.h.

◆ errorData

uint32_t NvMediaICPErrorInfo::errorData

Holds a detailed error code corresponding to NvMediaICPErrorStatus, above.

Definition at line 528 of file nvmedia_icp.h.

◆ errorStatus

NvMediaICPErrorStatus NvMediaICPErrorInfo::errorStatus

Holds the error status from capture HW engine.

Definition at line 525 of file nvmedia_icp.h.

◆ notifiedErrors

uint32_t NvMediaICPErrorInfo::notifiedErrors[NVMEDIA_ICP_ERROR_STATUS_MEMORYWRITE+1u]

Holds notified errors.

The array holds all notified errors to ICP that occurred between the current frame and the previously captured frame. notifiedErrors must be parsed for each NvMediaICPErrorStatus, and may contain one or more types of errors per NvMediaICPErrorStatus.

Definition at line 534 of file nvmedia_icp.h.

◆ virtualChannelId

uint32_t NvMediaICPErrorInfo::virtualChannelId

Holds the virtual channel index.

Definition at line 523 of file nvmedia_icp.h.


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