![]() |
TI J721E Imaging User Guide
|
The crop config data structure used by the TIVX_KERNEL_VPAC_MSC kernel.
Data Fields | |
uint32_t | crop_start_x |
uint32_t | crop_start_y |
uint32_t | crop_width |
uint32_t | crop_height |
uint32_t tivx_vpac_msc_crop_params_t::crop_start_x |
Source region of interest X offset [Range (0-width)]
uint32_t tivx_vpac_msc_crop_params_t::crop_start_y |
Source region of interest Y offset [Range (0-height)]
uint32_t tivx_vpac_msc_crop_params_t::crop_width |
Source region of interest X width [Range (0-(width-startx))]
uint32_t tivx_vpac_msc_crop_params_t::crop_height |
Source region of interest Y height [Range (0-(height-starty))]