acldvppGetResizeConfigInterpolation
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
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: acldvppResizeConfig