Function: dvpp_destroy_roi_config
C Prototype |
aclError acldvppDestroyRoiConfig(acldvppRoiConfig *roiConfig) |
|---|---|
Python Function |
ret = acl.media.dvpp_destroy_roi_config(roi_config) |
Function Usage |
Destroys the data created by calling acl.media.dvpp_create_roi_config. |
Input Description |
roi_config: int, pointer address of the data to be destroyed. |
Return Value |
ret: int, error code.
|
Parent topic: VPC