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) |
函数功能 |
根据设置的通道属性创建解码通道 |
输入说明 |
chn: 解码通道号。 该参数的取值范围为[0, 128),通道总数最多128。 attr(hi_pngd_chn_attr): 解码通道属性指针。 |
返回值说明 |
ret:int,错误码。
|
注意事项 |
无 |
约束说明 |
|