TIOVX User Guide
|
The crop config data structure used by the TIVX_KERNEL_VPAC_MSC kernel. More...
#include <hwa_vpac_msc.h>
Data Fields | |
uint32_t | crop_start_x |
uint32_t | crop_start_y |
uint32_t | crop_width |
uint32_t | crop_height |
The crop config data structure used by the TIVX_KERNEL_VPAC_MSC kernel.
Definition at line 286 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_crop_params_t::crop_start_x |
Source region of interest X offset [Range (0-width)]
Definition at line 288 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_crop_params_t::crop_start_y |
Source region of interest Y offset [Range (0-height)]
Definition at line 290 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_crop_params_t::crop_width |
Source region of interest X width [Range (0-(width-startx))]
Definition at line 292 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_crop_params_t::crop_height |
Source region of interest Y height [Range (0-(height-starty))]
Definition at line 294 of file hwa_vpac_msc.h.