c函数原型 |
hi_s32 hi_mpi_pngd_create_chn(hi_pngd_chn chn, const hi_pngd_chn_attr *attr) |
---|---|
Python函数 |
ret = acl.himpi.pngd_create_chn(chn, attr) |
函数功能 |
根据设置的通道属性创建解码通道 Atlas 200/300/500 推理产品,当前版本不支持该接口。 Atlas 训练系列产品,当前版本不支持该接口。 |
输入说明 |
chn: 解码通道号。 该参数的取值范围为[0, 128),通道总数最多128。 attr(hi_pngd_chn_attr): 解码通道属性指针。 |
返回值说明 |
ret:int,错误码。
|
注意事项 |
无 |
约束说明 |
|
参考场景 |
接口调用流程,参见功能及约束说明。 |