Function: dvpp_set_pic_desc_height
C Prototype |
aclError acldvppSetPicDescHeight(acldvppPicDesc *picDesc, uint32_t height) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_pic_desc_height(dvpp_pic_desc, height) |
Function Usage |
Sets the image description parameter: source image height. |
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. height: int, source image height. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: common