TIOVX User Guide
|
The configuration data structure for setting crop parameters. More...
#include <video_io_display.h>
Data Fields | |
uint32_t | startX |
uint32_t | startY |
uint32_t | width |
uint32_t | height |
The configuration data structure for setting crop parameters.
Definition at line 153 of file video_io_display.h.
uint32_t tivx_display_crop_params_t::startX |
Horizontal start for cropping
Definition at line 155 of file video_io_display.h.
uint32_t tivx_display_crop_params_t::startY |
Vertical start for cropping
Definition at line 156 of file video_io_display.h.
uint32_t tivx_display_crop_params_t::width |
Width of crop window
Definition at line 157 of file video_io_display.h.
uint32_t tivx_display_crop_params_t::height |
Height of crop window
Definition at line 158 of file video_io_display.h.