Function: dvpp_vpc_resize_async

C Prototype

aclError acldvppVpcResizeAsync(acldvppChannelDesc *channelDesc, acldvppPicDesc *inputDesc, acldvppPicDesc *outputDesc, acldvppResizeConfig *resizeConfig, aclrtStream stream)

Python Function

ret = acl.media.dvpp_vpc_resize_async(dvpp_channel_desc, input_dvpp_pic_desc, output_dvpp_pic_desc, dvpp_resize_config, stream)

Function Usage

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

Input Description

dvpp_channel_desc: int, pointer address of the channel description. It must be the same as the dvpp_channel_desc argument passed to the acl.media.dvpp_create_channel call.

input_dvpp_pic_desc: int, pointer address of the input image information.
  • Call acl.media.dvpp_create_pic_desc to create an image description.
  • Call the acl.media.dvpp_set_pic_desc APIs to set image description parameters (such as the image format, width, and height).

output_dvpp_pic_desc: int, pointer address of the output image information.

When output_dvpp_pic_desc is used as an input, the user needs to:
  • Call acl.media.dvpp_create_pic_desc to create an image description.
  • Call the acl.dvpp.set_pic_desc APIs to set the image description (including the buffer address, buffer size, image format, and image resolution).

dvpp_resize_config: int, pointer address of the image resizing configuration data.

Call acl.media.dvpp_create_resize_config to create an image resizing configuration.

stream: int, stream object.

Return Value

ret: int, error code.

  • 0 indicates the success of task delivery.
  • Other values indicate the failure of task delivery.

Restrictions

Version

Restrictions

Atlas 200/300/500 Inference Product

Atlas Training Series Product