c函数原型 |
hi_s32 hi_mpi_vdec_create_chn(hi_vdec_chn chn, const hi_vdec_chn_attr *attr); |
---|---|
Python函数 |
ret = acl.himpi.vdec_create_chn(chn, attr) |
函数功能 |
创建解码通道。 |
输入说明 |
chn(hi_vdec_chn):解码通道号 。 在昇腾310 AI处理器上,该参数的取值范围:[0, 32)。 在昇腾910 AI处理器上,该参数的取值范围:[0, 32)。 attr(hi_vdec_chn_attr):解码通道属性指针。 |
返回值说明 |
ret:int,错误码。
|
约束说明 |
无 |
注意事项 |
|
参考资源 |
无 |