TIOVX User Guide
tivx_csitx_statistics_t Struct Reference

Csitx status structure used to get the current status. More...

#include <video_io_csitx.h>

Data Fields

uint32_t queueCount [TIVX_CSITX_MAX_INST][TIVX_CSITX_MAX_CH]
 
uint32_t dequeueCount [TIVX_CSITX_MAX_INST][TIVX_CSITX_MAX_CH]
 
uint32_t frmRepeatCount [TIVX_CSITX_MAX_INST][TIVX_CSITX_MAX_CH]
 
uint32_t overflowCount [TIVX_CSITX_MAX_INST]
 

Detailed Description

Csitx status structure used to get the current status.

Definition at line 297 of file video_io_csitx.h.

Field Documentation

◆ queueCount

uint32_t tivx_csitx_statistics_t::queueCount[TIVX_CSITX_MAX_INST][TIVX_CSITX_MAX_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.

Definition at line 302 of file video_io_csitx.h.

◆ dequeueCount

uint32_t tivx_csitx_statistics_t::dequeueCount[TIVX_CSITX_MAX_INST][TIVX_CSITX_MAX_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.

Definition at line 306 of file video_io_csitx.h.

◆ frmRepeatCount

uint32_t tivx_csitx_statistics_t::frmRepeatCount[TIVX_CSITX_MAX_INST][TIVX_CSITX_MAX_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.

Definition at line 310 of file video_io_csitx.h.

◆ overflowCount

uint32_t tivx_csitx_statistics_t::overflowCount[TIVX_CSITX_MAX_INST]

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.

Definition at line 314 of file video_io_csitx.h.


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