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