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
 

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.