Function: dvpp_free
|
C Prototype |
aclError acldvppFree(void *devPtr) |
|---|---|
|
Python Function |
ret = acl.media.dvpp_free(dev_ptr) |
|
Function Usage |
This API frees the memory allocated by the acl.media.dvpp_malloc call. |
|
Input Description |
dev_ptr: int, pointer address of the memory to be freed. |
|
Return Value |
ret: int, error code.
|
|
Restrictions |
None |
|
Reference |
For details about the API call sequence and example, see Media Data Processing V1. |
Parent topic: Memory Allocation and Deallocation