TIOVX User Guide
|
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] |
Csitx status structure used to get the current status.
Definition at line 297 of file video_io_csitx.h.
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.
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.
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.
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.