Function: dvpp_destroy_resize_config
C Prototype |
aclError acldvppDestroyResizeConfig(acldvppResizeConfig *resizeConfig) |
|---|---|
Python Function |
ret = acl.media.dvpp_destroy_resize_config(dvpp_resize_config) |
Function Usage |
Destroys resizing configuration data created by calling acl.media.dvpp_create_resize_config. |
Input Description |
dvpp_resize_config: int, pointer address of the acldvppResizeConfig data to be destroyed. |
Return Value |
ret: int, error code.
|
Parent topic: VPC