acldvppGetResizeConfigInterpolation

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function

Obtains the image resizing algorithm.

Prototype

1
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; otherwise, failure. For details, see aclError.