Function: dvpp_create_pic_desc
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Creates data of the acldvppPicDesc type as an image description.
To destroy data of the acldvppPicDesc type, call acl.media.dvpp_destroy_pic_desc.
Prototype
- C Prototype
1acldvppPicDesc *acldvppCreatePicDesc()
- Python Function
1dvpp_pic_desc = acl.media.dvpp_create_pic_desc()
Parameters
None
Return Value
Return Value |
Description |
|---|---|
dvpp_pic_desc |
Int, pointer address of the acldvppPicDesc type.
|
Parent topic: common