Function: dvpp_destroy_channel
|
C Prototype |
aclError acldvppDestroyChannel(acldvppChannelDesc *channelDesc) |
|---|---|
|
Python Function |
ret = acl.media.dvpp_destroy_channel(dvpp_channel_desc) |
|
Function Usage |
Destroys an image processing channel created by calling acl.media.dvpp_create_channel. |
|
Input Description |
dvpp_channel_desc: int, pointer address of the channel description. It must be the same as the dvpp_channel_desc argument passed to the acl.media.dvpp_create_channel call. |
|
Return Value |
ret: int, error code.
|
|
Restrictions |
If acl.media.dvpp_destroy_channel_desc has been called to destroy the channel description before the acl.media.dvpp_destroy_channel call, an error is reported. |
|
Reference |
For details about the API call sequence and example, see Media Data Processing V1. |
Parent topic: VPC/JPEGD/JPEGE/PNGD Channel