aclmdlSetAIPPSrcImageSize

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 Usage

Sets the size of the source image in the dynamic AIPP scenario.

Prototype

1
aclError aclmdlSetAIPPSrcImageSize(aclmdlAIPP *aippParmsSet, int32_t srcImageSizeW, int32_t srcImageSizeH)

Parameters

Parameter

Input/Output

Description

aippParmsSet

Output

Pointer to the dynamic AIPP parameter object.

Call aclmdlCreateAIPP in advance to create data of the aclmdlAIPP type.

srcImageSizeW

Input

Source image width. For the YUV420SP_U8, YUV422SP_U8, or YUYV_U8 format, the value must be an even number.

Value range: [2, 4096]

srcImageSizeH

Input

Source image height. For the YUV420SP_U8 format, the value must be an even number.

Value range: [1, 4096]

Returns

0 on success; else, failure. For details, see aclError.