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
    1
    hi_s32 hi_mpi_venc_close_fd(hi_venc_chn chn);
    
  • Python Function
    1
    ret = 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.

  • 0: success.
  • -1: failure.