Function: dvpp_set_border_config_right
C Prototype |
aclError acldvppSetBorderConfigRight(acldvppBorderConfig *borderConfig, uint32_t right) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_border_config_right(border_config, right) |
Function Usage |
Sets the border configuration parameter: pixel value of the image right. The Atlas 200/300/500 Inference Product does not support this API in the current version. The Atlas Training Series Product does not support this API in the current version. |
Input Description |
border_config: int, pointer address of the border making configuration data. Call acl.media.dvpp_create_border_config to create data of the acldvppBorderConfig type in advance. Call acl.media.dvpp_create_border_config to create data of the acldvppBorderConfig type in advance. |
Return Value |
ret: int, error code.
|
Restrictions |
None |