hi_vi_data_type

Description

Defines the VI data type enumeration.

Prototype

typedef enum {
    HI_VI_DATA_TYPE_RAW = 0, 
    HI_VI_DATA_TYPE_YUV,
    HI_VI_DATA_TYPE_BUTT
} hi_vi_data_type;

Members

Member

Description

HI_VI_DATA_TYPE_RAW

The input data format is RGB and the sensor is connected at the VI frontend.

HI_VI_DATA_TYPE_YUV

The input data format is YUV and the AD is connected at the VI frontend.

HI_VI_DATA_TYPE_BUTT

Reserved