Function: vdec_get_channel_desc_out_pic_width

Product Support

Product

Supported

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

Obtains the decoding channel description attribute: image width.

Prototype

  • C Prototype
    1
    uint32_t aclvdecGetChannelDescOutPicWidth(const aclvdecChannelDesc *channelDesc);
    
  • Python Function
    1
    out_pic_width = acl.media.vdec_get_channel_desc_out_pic_width(vdec_channel_desc)
    

Parameters

Parameter

Description

vdec_channel_desc

Int, description of the video decoding channel.

Return Value

Return Value

Description

out_pic_width

Int, image width.