定义画线信息结构体。
typedef struct { hi_vpc_pic_info src; hi_vpc_pic_info dst; hi_u32 count; hi_line *line; } hi_line_param;
成员名称
描述
src
输入图片信息。
dst
输出图片信息。
count
画线条数。
mosaic
画线配置参数数组指针。