Function: dvpp_get_resize_config_interpolation

C Prototype

uint32 acldvppGetResizeConfigInterpolation(const acldvppResizeConfig * resizeConfig)

Python Function

interpolation = acl.media.dvpp_get_resize_config_interpolation(dvpp_resize_config)

Function Usage

Obtains the image resizing algorithm.

Input Description

dvpp_resize_config: int, pointer address of the resizing configuration data to be obtained.

Call acl.media.dvpp_create_resize_config to create data of the acldvppResizeConfig type and call acl.media.dvpp_set_resize_config_interpolation to set the resizing algorithm in advance.

Return Value

interpolation: int, resizing algorithm. For details, see acl.media.dvpp_create_resize_config.