定义叠加信息结构体。
typedef struct { hi_vpc_pic_info src; hi_vpc_pic_info dst; hi_u32 count; hi_osd *osd; hi_u32 clut[16]; } hi_osd_param;
成员名称 |
描述 |
---|---|
src |
输入图片信息 |
dst |
输出图片信息 |
count |
叠加区域个数 |
mosaic |
叠加区域配置参数数组指针 |
clut |
clut查找表系数 |