Function: dvpp_destroy_resize_config
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys resizing configuration data created by calling acl.media.dvpp_create_resize_config.
Prototype
- C Prototype
1aclError acldvppDestroyResizeConfig(acldvppResizeConfig *resizeConfig)
- Python Function
1ret = acl.media.dvpp_destroy_resize_config(dvpp_resize_config)
Parameter Description
Parameter |
Description |
|---|---|
dvpp_resize_config |
Int, pointer address of the acldvppResizeConfig data to be destroyed. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: VPC