Function: dvpp_get_pic_desc_height_stride

C Prototype

uint32_t acldvppGetPicDescHeightStride(const acldvppPicDesc *picDesc)

Python Function

height_stride = acl.media.dvpp_get_pic_desc_height_stride(dvpp_pic_desc)

Function Usage

Obtains the image description parameter: height after alignment.

Input Description

dvpp_pic_desc: int, pointer address of the image description.

Return Value

height_stride: int, height after alignment.

Restrictions

None