Function: dvpp_create_channel_desc
C Prototype |
acldvppChannelDesc *acldvppCreateChannelDesc() |
|---|---|
Python Function |
dvpp_channel_desc = acl.media.dvpp_create_channel_desc() |
Function Usage |
Creates data of the acldvppChannelDesc type to describe an image data processing channel. |
Input Description |
None |
Return Value |
dvpp_channel_desc: int, pointer address of the returned acldvppChannelDesc type.
|
Restrictions |
None |
Parent topic: common