hi_vpc_crop_region

Description

Defines the parameters for VPC image cropping.

Prototype

typedef struct {
    hi_u32 top_offset;
    hi_u32 left_offset;
    hi_u32 crop_width;
    hi_u32 crop_height;
} hi_vpc_crop_region;

Members

Member

Description

top_offset

Top offset.

left_offset

Left offset.

crop_width

Width of the crop ROI.

crop_height

Height of the crop ROI.