Function: dvpp_get_pic_desc_height

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Obtains the image description parameter: height of the source image.

Prototype

  • C Prototype
    1
    uint32_t acldvppGetPicDescHeight(const acldvppPicDesc *picDesc)
    
  • Python Function
    1
    height = acl.media.dvpp_get_pic_desc_height(dvpp_pic_desc)
    

Parameter Description

Parameter

Description

dvpp_pic_desc

Int, pointer address of the image description.

Return Value Description

Return Value

Description

height

Int, height of the source image.