Function: vdec_get_channel_desc_out_pic_format

C Prototype

acldvppPixelFormat aclvdecGetChannelDescOutPicFormat(const aclvdecChannelDesc *channelDesc);

Python Function

out_pic_format = acl.media.vdec_get_channel_desc_out_pic_format(vdec_channel_desc)

Function Usage

Obtains the decoding channel description attribute: YUV image storage format.

Input Description

vdec_channel_desc: int, description of the video decoding channel.

Return Value

out_pic_format: int, YUV image storage format.