hi_vpc_workspace_param

Description

Defines the workspace parameters.

Description

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

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 struct for resetting and initialization. Do not explicitly access the reserved field in the code.