Function: dvpp_get_pic_desc_format
C Prototype |
acldvppPixelFormat acldvppGetPicDescFormat(const acldvppPicDesc *picDesc) |
|---|---|
Python Function |
format = acl.media.dvpp_get_pic_desc_format(dvpp_pic_desc) |
Function Usage |
Obtains the image description parameter: image format. |
Input Description |
dvpp_pic_desc: int, pointer address of the image description. |
Return Value |
format: int, image format. For details, see acldvppPixelFormat. |
Restrictions |
None |
Parent topic: common