hi_vi_pipe_bypass_mode

Description

Defines the bypass mode of a VI pipe.

Prototype

typedef enum {
    HI_VI_PIPE_BYPASS_NONE,
    HI_VI_PIPE_BYPASS_FE,
    HI_VI_PIPE_BYPASS_BE,
    HI_VI_PIPE_BYPASS_BUTT
} hi_vi_pipe_bypass_mode;

Members

Member

Description

HI_VI_PIPE_BYPASS_NONE

The VI data is processed by the FE and BE.

HI_VI_PIPE_BYPASS_FE

The VI data is processed by the BE only. The FE processing is bypassed. It is not supported by the current version.

HI_VI_PIPE_BYPASS_BE

The VI data is processed by the FE only. The BE is bypassed.

HI_VI_PIPE_BYPASS_BUTT

Reserved