Function: vdec_get_channel_desc_out_pic_height

C Prototype

uint32_t aclvdecGetChannelDescOutPicHeight(const aclvdecChannelDesc *channelDesc);

Python Function

out_pic_height = acl.media.vdec_get_channel_desc_out_pic_height(vdec_channel_desc)

Function Usage

Obtains the decoding channel description attribute: image height.

Input Description

vdec_channel_desc: int, description of the video decoding channel.

Return Value

out_pic_height: int, image height.