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