Function: dvpp_get_pic_desc_height

C Prototype

uint32_t acldvppGetPicDescHeight(const acldvppPicDesc *picDesc)

Python Function

height = acl.media.dvpp_get_pic_desc_height(dvpp_pic_desc)

Function Usage

Obtains the image description parameter: source image height.

Input Description

dvpp_pic_desc: int, pointer address of the image description.

Return Value

height: int, source image height.

Restrictions

None