hi_mpi_vpc_create_engine_config_handle
产品支持情况
产品 |
是否支持 |
|---|---|
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
功能说明
HiCAID确定性框架中,创建VPC Engine的配置参数handle,一个handle只能对应一个VPC Engine。
函数原型
hi_s32 hi_mpi_vpc_create_engine_config_handle(hi_vpc_handle handle_type, hi_s32 *handle, const void *handle_param, const hi_u32 param_size)
参数说明
参数名 |
输入/输出 |
说明 |
|---|---|---|
handle_type |
输入 |
handle类型。 |
handle |
输出 |
图片处理handle号。 最多支持36个handle。 |
handle_param |
输入 |
参数内容指针。 根据handle_type处选择的类型,按对应的结构体hi_crop_resize_handle_param、hi_remap_handle_param、hi_roundview_stitching_handle_param构造handle_param。 |
param_size |
输入 |
参数大小,单位Byte。 |
返回值说明
- 0:成功
- 非0:失败,参见VPC图像处理返回码
父主题: VPC图像处理功能