acldvppDestroyChannel
Description
Destroys an image processing channel created by the acldvppCreateChannel call. This API is synchronous.
Restrictions
If acldvppDestroyChannelDesc has been called to destroy the channel description before the acldvppDestroyChannel call, an error is reported.
Prototype
aclError acldvppDestroyChannel(acldvppChannelDesc *channelDesc)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
channelDesc |
Input |
Pointer to the channel description. Must be the same as the channelDesc argument passed to the acldvppCreateChannel call. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: VPC/JPEGD/JPEGE/PNGD Channel