hi_mosaic_param

Description

Defines the mosaic information.

Prototype

typedef struct {
    hi_vpc_pic_info src;
    hi_vpc_pic_info dst;
    hi_u32 count;
    hi_mosaic *mosaic;
} hi_mosaic_param;

Members

Member

Description

src

Input image information.

dst

Output image information.

count

Number of mosaic regions. The value range is [1, 100].

mosaic

Pointer to the configuration array of a mosaic region.