Function: dvpp_set_pic_desc_width
C Prototype |
aclError acldvppSetPicDescWidth(acldvppPicDesc *picDesc, uint32_t width) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_pic_desc_width(dvpp_pic_desc, width) |
Function Usage |
Sets the image description parameter: source image width. |
Input Description |
dvpp_pic_desc: int, pointer address of the image description. Call acl.media.dvpp_create_pic_desc to create data of the acldvppPicDesc type in advance. width: int, source image width. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: common