hi_osd_param
Description
Defines the OSD information.
Prototype
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;
Members
Member |
Description |
|---|---|
src |
Input image information. |
dst |
Output image information. |
count |
Number of OSD regions. The value range is [1, 100]. |
osd |
Pointer to the configuration array of an OSD region. |
clut |
CLUT coefficient. |
Parent topic: VPC Image Processing