Updated on 2022-03-13 GMT+08:00

SetSrcImageSize

Syntax

void SetSrcImageSize(int32_t srcImageSizeW = 0, int32_t srcImageSizeH = 0);

Function Description

Sets the width and height of the source image before AIPP.

Parameter Description

Parameter

Input/Output

Type

Description

srcImageSizeW

Input

int32_t

Width of the source image.

srcImageSizeH

Input

int32_t

Height of the source image.

Return Value

None

Exception Handling

None

Restriction

None