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