TI J721E Imaging User Guide
tivx_vpac_msc_crop_params_t Struct Reference

Detailed Description

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
 

Field Documentation

◆ crop_start_x

uint32_t tivx_vpac_msc_crop_params_t::crop_start_x

Source region of interest X offset [Range (0-width)]

◆ crop_start_y

uint32_t tivx_vpac_msc_crop_params_t::crop_start_y

Source region of interest Y offset [Range (0-height)]

◆ crop_width

uint32_t tivx_vpac_msc_crop_params_t::crop_width

Source region of interest X width [Range (0-(width-startx))]

◆ crop_height

uint32_t tivx_vpac_msc_crop_params_t::crop_height

Source region of interest Y height [Range (0-(height-starty))]