NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaICPErrorInfo Struct Reference

Detailed Description

Holds the capture error information populated by NvMediaICPGetErrorInfo().

Definition at line 471 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

uint32_t NvMediaICPErrorInfo::csiFrameId

Holds the CSI frame index generated by CSI Tx.

Definition at line 475 of file nvmedia_icp.h.

uint32_t NvMediaICPErrorInfo::csiStreamId

Holds the CSI stream index.

Definition at line 473 of file nvmedia_icp.h.

uint32_t NvMediaICPErrorInfo::errorData

Holds a detailed error code corresponding to NvMediaICPErrorStatus, above.

Definition at line 482 of file nvmedia_icp.h.

NvMediaICPErrorStatus NvMediaICPErrorInfo::errorStatus

Holds the error status from capture HW engine.

Definition at line 479 of file nvmedia_icp.h.

uint32_t NvMediaICPErrorInfo::notifiedErrors[NVMEDIA_ICP_ERROR_STATUS_MEMORYWRITE+1u]

Holds notified errors.

Notified errors are applicable only when the errorStatus member is NVMEDIA_ICP_ERROR_STATUS_NONE. The array holds all notified errors to ICP that occurred between the current successful 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 489 of file nvmedia_icp.h.

uint32_t NvMediaICPErrorInfo::virtualChannelId

Holds the virtual channel index.

Definition at line 477 of file nvmedia_icp.h.


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