PDK API Guide for J721E
Csitx_InstStatus Struct Reference

Detailed Description

Capture status structure used to get the current status.

Data Fields

uint32_t queueCount [CSITX_NUM_CH]
 
uint32_t dequeueCount [CSITX_NUM_CH]
 
uint32_t frmRepeatCount [CSITX_NUM_CH]
 
uint32_t overflowCount
 
uint32_t frameStartCount [CSITX_NUM_PIXEL_IF]
 
uint32_t frameEndCount [CSITX_NUM_PIXEL_IF]
 
uint32_t fifoUnderflowCount [CSITX_NUM_PIXEL_IF]
 
uint32_t dataFlowErrCount [CSITX_NUM_PIXEL_IF]
 
uint32_t byteCountMismatchCount [CSITX_NUM_PIXEL_IF]
 
uint32_t lineNumerrorCount [CSITX_NUM_PIXEL_IF]
 

Field Documentation

◆ queueCount

uint32_t Csitx_InstStatus::queueCount[CSITX_NUM_CH]

Counter to keep track of how many requests are queued to the driver. Note: This counter will be reset at the time of driver init.

◆ dequeueCount

uint32_t Csitx_InstStatus::dequeueCount[CSITX_NUM_CH]

Counter to keep track of how many requests are dequeued from the driver. Note: This counter will be reset at the time of driver init.

◆ frmRepeatCount

uint32_t Csitx_InstStatus::frmRepeatCount[CSITX_NUM_CH]

Counter to keep track of how many frames are repeated from the driver when no buffers are queued by the application. Note: This counter will be reset at the time of driver init.

◆ overflowCount

uint32_t Csitx_InstStatus::overflowCount

Counter to keep track of the occurrence of overflow error. Note: This counter will be reset at the time of driver create and during driver start.

◆ frameStartCount

uint32_t Csitx_InstStatus::frameStartCount[CSITX_NUM_PIXEL_IF]

◆ frameEndCount

uint32_t Csitx_InstStatus::frameEndCount[CSITX_NUM_PIXEL_IF]

◆ fifoUnderflowCount

uint32_t Csitx_InstStatus::fifoUnderflowCount[CSITX_NUM_PIXEL_IF]

◆ dataFlowErrCount

uint32_t Csitx_InstStatus::dataFlowErrCount[CSITX_NUM_PIXEL_IF]

◆ byteCountMismatchCount

uint32_t Csitx_InstStatus::byteCountMismatchCount[CSITX_NUM_PIXEL_IF]

◆ lineNumerrorCount

uint32_t Csitx_InstStatus::lineNumerrorCount[CSITX_NUM_PIXEL_IF]