函数:dvpp_get_pic_desc_width
产品支持情况
产品 |
是否支持 |
---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
功能说明
获取图片描述参数:原始图片宽。
函数原型
- C函数原型
1
uint32_t acldvppGetPicDescWidth(const acldvppPicDesc *picDesc)
- python函数
1
width = acl.media.dvpp_get_pic_desc_width(dvpp_pic_desc)
参数说明
参数名 |
说明 |
---|---|
dvpp_pic_desc |
int,图片描述信息的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
width |
int,原始图片宽。 |
父主题: common