venc_close_fd
Function Usage
Closes the device file descriptor corresponding to an encoding channel.
The current version does not support this API.
Prototype
- C Prototype
1hi_s32 hi_mpi_venc_close_fd(hi_venc_chn chn);
- Python Function
1ret = acl.himpi.venc_close_fd(chn)
Parameter Description
Parameter |
Description |
|---|---|
chn |
Int, encoding channel ID. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code.
|
Parent topic: VENC/JPEGE APIs