hi_vpc_workspace_param
Description
Defines the workspace parameters.
Prototype
type struct {
hi_workspace_func func;
hi_u32 max_source_pic_width;
hi_u32 max_source_pic_height;
hi_u32 max_dest_pic_width;
hi_u32 max_dest_pic_height;
hi_u64 reserved;
} hi_vpc_workspace_param;
Members
The resolution of the input and output images ranges from 10 x 6 to 4096 x 8192.
Member |
Description |
|---|---|
func |
Function for which workspace is allocated. |
max_source_pic_width |
Maximum width of the input image. |
max_source_pic_height |
Maximum height of the input image. |
max_dest_pic_width |
Maximum width of the output image. |
max_dest_pic_height |
Maximum height of the output image. |
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