Function: dvpp_vpc_resize_async
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Resizes an image. This API is asynchronous.
Prototype
- C Prototype
1aclError acldvppVpcResizeAsync(acldvppChannelDesc *channelDesc, acldvppPicDesc *inputDesc, acldvppPicDesc *outputDesc, acldvppResizeConfig *resizeConfig, aclrtStream stream)
- Python Function
1ret = acl.media.dvpp_vpc_resize_async(dvpp_channel_desc, input_dvpp_pic_desc, output_dvpp_pic_desc, dvpp_resize_config, stream)
Parameter Description
Parameter |
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.
|
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:
|
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 Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Restrictions
Version |
Restrictions |
|---|---|
|
|
|
|
|