Function: dvpp_destroy_jpege_config
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys encoding configuration data created by calling acl.media.dvpp_create_jpege_config.
Prototype
- C Prototype
1aclError acldvppDestroyJpegeConfig(acldvppJpegeConfig *jpegeConfig)
- Python Function
1ret = acl.media.dvpp_destroy_jpege_config(dvpp_jpege_config)
Parameter Description
Parameter |
Description |
|---|---|
dvpp_jpege_config |
Int, pointer address of the data to be destroyed. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: JPEGE