Function: dvpp_get_pic_desc_width
C Prototype |
uint32_t acldvppGetPicDescWidth(const acldvppPicDesc *picDesc) |
|---|---|
Python Function |
width = acl.media.dvpp_get_pic_desc_width(dvpp_pic_desc) |
Function Usage |
Obtains the image description parameter: source image width. |
Input Description |
dvpp_pic_desc: int, pointer address of the image description. |
Return Value |
width: int, source image width. |
Restrictions |
None |
Parent topic: common