函数:dvpp_set_border_config_bottom
产品支持情况
产品 |
是否支持 |
---|---|
√ |
|
√ |
|
x |
|
√ |
|
√ |
|
x |
功能说明
设置边界填充配置参数:图像下方填充的像素数。
函数原型
- C函数原型
1
aclError acldvppSetBorderConfigBottom(acldvppBorderConfig *borderConfig, uint32_t bottom);
- python函数
1
ret = acl.media.dvpp_set_border_config_bottom(border_config, bottom)
参数说明
参数名 |
说明 |
---|---|
border_config |
int,表示边界填充配置数据的指针地址。需提前调用acl.media.dvpp_create_border_config接口创建acldvppBorderConfig类型的数据。 |
bottom |
int,图像下方填充的像素数。 |
返回值说明
返回值 |
说明 |
---|---|
ret |
int,错误码,返回0表示成功,返回其它值表示失败。 |
父主题: common