hi_chassis_pic_param
Description
Defines the transparent chassis image information.
Prototype
typedef struct {
hi_vpc_pic_info dest_pic;
hi_vpc_pic_info source_pic;
hi_transform_matrix transform_matrix;
hi_u32 reserved[4];
} hi_chassis_pic_param;
Members
Member |
Description |
|---|---|
dest_pic |
Output image information of the transparent chassis. |
source_pic |
Input image information of the transparent chassis. |
transform_matrix |
Affine transformation matrix configuration. |
reserved |
Reserved. The value is fixed at 0. |
Parent topic: VPC Image Processing