Function: dvpp_destroy_roi_config
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys the data created by calling acl.media.dvpp_create_roi_config.
Prototype
- C Prototype
1aclError acldvppDestroyRoiConfig(acldvppRoiConfig *roiConfig)
- Python Function
1ret = acl.media.dvpp_destroy_roi_config(roi_config)
Parameter Description
Parameter |
Description |
|---|---|
roi_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: VPC