acldvppGetResizeConfigInterpolation
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the image resizing algorithm.
Prototype
uint32 acldvppGetResizeConfigInterpolation(const acldvppResizeConfig *resizeConfig)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
resizeConfig |
Input |
Pointer to resizing configuration to be obtained. You need to call acldvppCreateResizeConfig to create data of the acldvppResizeConfig in advance and call acldvppSetResizeConfigInterpolation to set the resizing algorithm. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: acldvppResizeConfig