acldvppVpcResizeAsync

Description

Resizes the input image to the output image size. This API is asynchronous.

Restrictions

Model

Restrictions

Atlas 200/300/500 Inference Product

Atlas Training Series Product

Prototype

aclError acldvppVpcResizeAsync(acldvppChannelDesc *channelDesc,

acldvppPicDesc *inputDesc,

acldvppPicDesc *outputDesc,

acldvppResizeConfig *resizeConfig,

aclrtStream stream)

Parameters

Parameter

Input/Output

Description

channelDesc

Input

Pointer to the channel description.

Must be the same as the channelDesc argument passed to the acldvppCreateChannel call.

inputDesc

Input

Pointer to the input image information.

outputDesc

Input/Output

Pointer to the output image description.

When outputDesc is used as an input, the user needs to:

resizeConfig

Input

Pointer to the image resizing configuration.

Call acldvppCreateResizeConfig to create an image resizing configuration.

stream

Input

Stream.

Returns

0 on successful task delivery; else, failure.

See Also

For details about the API call sequence and example, see Typical Functions of VPC.