Function: dvpp_destroy_pic_desc
C Prototype |
aclError acldvppDestroyPicDesc(acldvppPicDesc *picDesc) |
|---|---|
Python Function |
ret = acl.media.dvpp_destroy_pic_desc(dvpp_pic_desc) |
Function Usage |
Destroys data of the acldvppPicDesc type created by the acl.media.dvpp_create_pic_desc call. |
Input Description |
dvpp_pic_desc: int, pointer address of the description of the image to be destroyed. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: common