acldvppGetResizeConfigInterpolation

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

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.