函数:venc_get_channel_desc_pic_format
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
|
√ |
功能说明
获取视频编码处理通道的描述信息:输入图像格式。
函数原型
- C函数原型
1
acldvppPixelFormat aclvencGetChannelDescPicFormat(const aclvencChannelDesc *channelDesc);
- python函数
1
in_pic_format = acl.media.venc_get_channel_desc_pic_format(venc_channel_desc)
参数说明
参数名 |
说明 |
---|---|
venc_channel_desc |
int,视频数据编码处理通道的描述信息的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
in_pic_format |
int,输入图像格式。 |
父主题: VENC功能