下载
中文
注册

函数:vdec_get_channel_desc_out_pic_format

C函数原型

acldvppPixelFormat aclvdecGetChannelDescOutPicFormat(const aclvdecChannelDesc *channelDesc);

Python函数

out_pic_format = acl.media.vdec_get_channel_desc_out_pic_format(vdec_channel_desc)

函数功能

获取视频解码处理通道描述信息的属性:YUV图像存储格式。

输入说明

vdec_channel_desc:int,vdec通道描述地址对象, 表示视频数据解码处理通道的描述信息。

返回值说明

out_pic_format:int,YUV图像存储格式。具体数值请参考acl.media.dvpp_set_pic_desc_format接口。