hi_line_param
说明
定义画线信息结构体。
定义
typedef struct {
    hi_vpc_pic_info src;
    hi_vpc_pic_info dst;
    hi_u32 count;
    hi_line *line;
} hi_line_param;
成员
成员名称  | 
描述  | 
|---|---|
src  | 
输入图片信息。  | 
dst  | 
输出图片信息。  | 
count  | 
画线条数,取值范围[1, 100]。  | 
line  | 
画线配置参数数组指针。 当图片格式为YUV422SP、YUV420SP时,要求起始点、结束点坐标值为偶数。  | 
父主题: VPC图像处理