Function: dvpp_create_channel_desc
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Creates data of the acldvppChannelDesc type to describe an image data processing channel.
Prototype
- C Prototype
1acldvppChannelDesc *acldvppCreateChannelDesc()
- Python Function
1dvpp_channel_desc = acl.media.dvpp_create_channel_desc()
Parameters
None
Return Value
Return Value |
Description |
|---|---|
dvpp_channel_desc |
Int, pointer address of the acldvppChannelDesc type.
|
Parent topic: common