Function: dvpp_destroy_border_config
C Prototype |
aclError acldvppDestroyBorderConfig(acldvppBorderConfig *borderConfig) |
|---|---|
Python Function |
ret = acl.media.dvpp_destroy_border_config(border_config) |
Function Usage |
Destroys data of the acldvppBorderConfig type created by the dvpp_create_border_config call. 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 acldvppBorderConfig type to be destroyed. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: common