vdec_close_fd
Description
Closes the device file descriptor corresponding to a decoding channel.
This API is not supported in the current version.
Prototype
- C Prototype
1hi_s32 hi_mpi_vdec_close_fd(hi_vdec_chn chn);
- Python Function
1ret = acl.himpi.vdec_close_fd(chn)
Parameters
Parameter |
Description |
|---|---|
chn |
Int, decoding channel ID. |
Return Value
Return Value |
Description |
|---|---|
ret |
ret: int, error code.
|
Parent topic: VDEC/JPEGD APIs