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