Function: dvpp_destroy_channel_desc
C Prototype |
aclError acldvppDestroyChannelDesc(acldvppChannelDesc *channelDesc) |
|---|---|
Python Function |
ret = acl.media.dvpp_destroy_channel_desc(dvpp_channel_desc) |
Function Usage |
Destroys data of the acldvppChannelDesc type created by the acl.media.dvpp_create_channel_desc call. |
Input Description |
dvpp_channel_desc: int, pointer address of the description of the channel to be destroyed. |
Return Value |
ret: int, error code.
|
Parent topic: common