Function: dvpp_destroy_batch_pic_desc
C Prototype |
aclError acldvppDestroyBatchPicDesc (acldvppBatchPicDesc *batchPicDesc) |
|---|---|
Python Function |
ret = acl.media.dvpp_destroy_batch_pic_desc(batch_pic_desc) |
Function Usage |
Destroys data of the acldvppBatchPicDesc type created by the acl.media.dvpp_create_batch_pic_desc call. |
Input Description |
batch_pic_desc: int, pointer address of the acldvppBatchPicDesc data to be destroyed. |
Return Value |
ret: int, return code.
|
Restrictions |
None |
Parent topic: common