vdec_set_chn_attr

Description

Sets the attributes of a VDEC channel. This API is not supported.

This API is not supported in the current version. The function does not take effect. If this API is called, the return value is 0.

Prototype

  • C Prototype
    1
    hi_s32 hi_mpi_vdec_set_chn_attr(hi_vdec_chn chn, const hi_vdec_chn_attr *attr)
    
  • Python Function
    1
    ret = acl.himpi.vdec_set_chn_attr(chn, attr)
    

Parameters

Parameter

Description

chn

Int, decoding channel ID.

attr

Dict, dictionary of decoding channel attributes. For details, see hi_vdec_chn_attr.

Return Value

Return Value

Description

ret

ret: int, error code.