Function: dvpp_get_pic_desc_data

Applicability

Product

Supported (Yes/No)

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 image description parameter: image data memory.

Prototype

  • C Prototype
    1
    void *acldvppGetPicDescData(const acldvppPicDesc *picDesc)
    
  • Python Function
    1
    data_dev = acl.media.dvpp_get_pic_desc_data(dvpp_pic_desc)
    

Parameters

Parameter

Description

dvpp_pic_desc

Int, pointer address of the image description.

Return Value

Return Value

Description

data_dev

Int, image data memory.