Function: dvpp_create_channel
|
C Prototype |
aclError acldvppCreateChannel(acldvppChannelDesc *channelDesc) |
|---|---|
|
Python Function |
ret = acl.media.dvpp_create_channel(dvpp_channel_desc) |
|
Function Usage |
Creates an image processing channel, which is reusable. After being destroyed, the channel is no longer available. |
|
Input Description |
dvpp_channel_desc: int, pointer address of the channel description. The input data is created by calling acl.media.dvpp_create_channel_desc. |
|
Return Value |
ret: int, error code.
|
|
Restrictions |
|
|
Reference |
For details about the API call sequence and example, see Media Data Processing V1. |
Parent topic: VPC/JPEGD/JPEGE/PNGD Channel