hi_vi_vpss_mode

Description

Defines the operating modes of the VI pipes and VPSS groups.

Prototype

typedef struct {
    hi_vi_vpss_mode_type mode[VI_MAX_PIPE_NUM];
} hi_vi_vpss_mode;

Members

Member

Description

mode

Operating mode between VI pipes and VPSS groups.

Each element in the array corresponds to each VI pipe. For example, the element whose index is 0 in the array corresponds to pipe 0.

#define VI_MAX_PIPE_NUM  12