Function: dvpp_get_pic_desc_data
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the image description parameter: image data memory.
Prototype
- C Prototype
1void *acldvppGetPicDescData(const acldvppPicDesc *picDesc)
- Python Function
1data_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. |
Parent topic: common