hi_vpc_workspace_param

说明

定义设置系统内部临时缓存相关的参数结构体。

定义

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;

成员

参数名

输入/输出

说明

func

输入

指定为哪种功能申请临时缓存。当前固定设置为REMAP。

max_source_pic_width

输入

输入图片的最大宽度。

max_source_pic_height

输入

输入图片的最大高度。

max_dest_pic_width

输入

输出图片的最大宽度。

max_dest_pic_height

输入

输出图片的最大高度。

reserved

输入

预留参数,为保障后续版本兼容性,必须初始化为0。