hi_chassis_param
Description
Defines the transparent chassis configuration information.
Prototype
typedef struct {
hi_bool chassis_en;
hi_vpc_crop_region chassis_region;
hi_u8 *blend_table_address;
hi_u32 blend_table_size;
hi_transform_config affine_transform_conf;
hi_u32 reserved[4];
} hi_chassis_param;
Members
Member |
Description |
|---|---|
chassis_en |
Whether to enable transparent chassis.
|
chassis_region |
Position information of the transparent chassis. |
blend_table_address |
Blend table address. |
blend_table_size |
Memory size of the blend table. The value must be greater than or equal to the value of chassis_region.crop_width * chassis_region.crop_height. |
affine_transform_conf |
Affine transformation configuration. |
reserved |
Reserved. The value is fixed at 0. |
Parent topic: VPC Image Processing