Function: dvpp_create_pic_desc
C Prototype |
acldvppPicDesc *acldvppCreatePicDesc() |
|---|---|
Python Function |
dvpp_pic_desc = acl.media.dvpp_create_pic_desc() |
Function Usage |
Creates data of the acldvppPicDesc type as an image description. To destroy data of the acldvppPicDesc type, call acl.media.dvpp_destroy_pic_desc. |
Input Description |
None |
Return Value |
dvpp_pic_desc: int, pointer address of the returned acldvppChannelDesc type.
|
Restrictions |
None |
Parent topic: common