vdec_set_jpegd_precision_mode

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

x

Atlas inference product

Atlas 200I/500 A2 inference product

Description

Sets the alignment mode of the width and height of the JPEGD output image.

Prototype

  • C Prototype
    1
    hi_u32 hi_mpi_vdec_set_jpegd_precision_mode(hi_vdec_chn chn, const hi_jpegd_precision_mode mode)
    
  • Python Function
    1
    ret = acl.himpi.vdec_set_jpegd_precision_mode(chn, mode)
    

Parameters

Parameter

Description

chn

Int, decoding channel ID.

mode

int, width and height alignment mode of the JPEGD output image. For details, see hi_jpegd_precision_mode.

Return Value

Return Value

Description

ret

Int, error code.

Restrictions

  • Before calling this API to set the alignment mode, ensure that a channel is created. Otherwise, the system returns the error code HI_ERR_VDEC_UNEXIST, indicating that no channel is created.
  • This API is valid only for JPEGD channels. For other channels, the system returns an error code indicating that the operation is not supported.
  • If this API is called before acl.himpi.vdec_start_recv_stream to set the alignment mode, or called after acl.himpi.vdec_start_recv_stream, the system returns an error code indicating that the operation is not allowed.