acl.himpi.venc_release_stream
c函数原型 |
hi_s32 hi_mpi_venc_release_stream(hi_venc_chn chn, hi_venc_stream *stream); |
---|---|
Python函数 |
ret = acl.himpi.venc_release_stream(chn, stream) |
函数功能 |
释放码流缓存。 Atlas 200/300/500 推理产品,不支持该接口。 Atlas 训练系列产品,不支持该接口。 |
输入说明 |
chn:int,编码通道号。
stream:dict,码流字典。如果“stream”为空,则返回错误码“HI_ERR_VENC_NULL_PTR”。 |
返回值说明 |
ret:int,错误码。
|
约束说明 |
|
参考资源 |
父主题: VENC视频/JPEGE图像编码接口