Function: dvpp_set_pic_desc_height_stride

C Prototype

aclError acldvppSetPicDescHeightStride(acldvppPicDesc *picDesc, uint32_t heightStride)

Python Function

ret = acl.media.dvpp_set_pic_desc_height_stride(dvpp_pic_desc, height_stride)

Function Usage

Sets the image description parameter: height after alignment.

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_stride: int, height after alignment.

Return Value

ret: int, error code.

Restrictions

None