acldvppSetChannelDescParam
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
☓ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
Sets the description of an image processing channel.
Prototype
1 | aclError acldvppSetChannelDescParam(acldvppChannelDesc *channelDesc, acldvppChannelDescParamType paramType, size_t length, const void *param) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Output |
Pointer to the channel description. Call the acldvppCreateChannelDesc API to create data of the acldvppChannelDesc type in advance. |
paramType |
Input |
Attribute data type. For details about the type definition, see acldvppChannelDescParamType. |
length |
Input |
Attribute value length.
|
param |
Input |
Pointer to the attribute value. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: acldvppChannelDesc