hi_vpc_resize_info 说明 VPC缩放功能需要的参数。 定义 typedef struct { hi_u32 resize_width; hi_u32 resize_height; hi_u32 interpolation; } hi_vpc_resize_info; 成员 成员名称 描述 resize_width 缩放之后的宽。 resize_height 缩放之后的高。 interpolation 缩放算法 0:bilinear 1:nearest neighbor 父主题: VPC图像处理