TIOVX User Guide
|
Display M2M status structure used to get the current status. More...
#include <video_io_display_m2m.h>
Data Fields | |
uint32_t | queueCount |
uint32_t | dequeueCount |
uint32_t | wbFrmCount |
uint32_t | underflowCount |
Display M2M status structure used to get the current status.
Definition at line 130 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_statistics_t::queueCount |
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 135 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_statistics_t::dequeueCount |
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 139 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_statistics_t::wbFrmCount |
Counter to keep track of how many requests are wrote back by the driver. Note: This counter will be reset at the time of driver init.
Definition at line 143 of file video_io_display_m2m.h.
uint32_t tivx_display_m2m_statistics_t::underflowCount |
Counter to keep track of the occurrence of underflow error. Note: This counter will be reset at the time of driver create and during driver start.
Definition at line 147 of file video_io_display_m2m.h.