hi_vpc_handle

Description

Defines the handle types in the VPC Engine.

Prototype

typedef enum {
    HI_VPC_HANDLE_CROP_RESIZE = 0,        
    HI_VPC_HANDLE_REMAP,                   
    HI_VPC_HANDLE_ROUNDVIEW_STITCHING,    
    HI_VPC_HANDLE_BUTT                    
} hi_vpc_handle;

Members

Member

Description

HI_VPC_HANDLE_CROP_RESIZE

VPC crop-and-resize handle.

HI_VPC_HANDLE_REMAP

VPC remap handle.

HI_VPC_HANDLE_ROUNDVIEW_STITCHING

VPC surround-view stitching handle.

HI_VPC_HANDLE_BUTT

Reserved.