vdec_close_fd
功能说明
关闭视频解码的设备文件句柄。
当前版本不支持该接口。
函数原型
- C函数原型
1
hi_s32 hi_mpi_vdec_close_fd(hi_vdec_chn chn);
- python函数
1
ret = acl.himpi.vdec_close_fd(chn)
参数说明
参数名 |
说明 |
---|---|
chn |
int,解码通道号。
|
返回值说明
返回值 |
说明 |
---|---|
ret |
ret:int,错误码。
|
父主题: VDEC视频解码/JPEGD图像解码接口