hi_remap_handle_param
Description
Defines parameters for the VPC remap handle.
Prototype
typedef struct {
hi_map_param map_param;
hi_warp_transform_param transform_param;
hi_csc_matrix csc_matrix;
hi_opt_attr *opt_attr;
hi_u32 attr_size;
hi_u32 reserved[8];
} hi_remap_handle_param;
Members
Member |
Description |
|---|---|
map_param |
Original map information of a user. |
transform_param |
Remapping parameter. |
csc_matrix |
Data standard of the CSC matrix. Only HI_CSC_MATRIX_BT601_WIDE is supported. |
opt_attr |
Array of optional attributes. |
attr_size |
Length of the opt_attr array. |
reserved |
Reserved. To ensure compatibility in later versions, use the memset structure for resetting and initialization. Do not explicitly access the reserved field in the code. |
Parent topic: VPC Image Processing