获取图片数据处理通道的属性参数接口。
aclError acldvppGetChannelDescParam(const acldvppChannelDesc *channelDesc, acldvppChannelDescParamType paramType, size_t length, size_t *paramRetSize, void *param)
参数名 |
输入/输出 |
说明 |
---|---|---|
channelDesc |
输入 |
通道描述信息的指针。 需提前调用acldvppCreateChannelDesc接口创建acldvppChannelDesc类型的数据,调用acldvppSetChannelDescParam接口设置通道属性值。 |
paramType |
输入 |
属性参数的类型。 |
length |
输入 |
属性参数值的字节数。
|
paramRetSize |
输出 |
实际返回的属性参数值字节数的指针。 |
param |
输出 |
属性参数值的指针。 |
返回0表示成功,返回其它值表示失败。