hi_vi_dev_bind_pipe

Description

Defines the binding relationship between the VI device and the pipe.

Prototype

typedef struct {
    hi_u32  num;
    hi_vi_pipe pipe_id[HI_VI_MAX_PHYS_PIPE_NUM];
} hi_vi_dev_bind_pipe;

Members

Member

Description

num

Number of pipes bound to the VI device. Value range: [1, 4].

pipe_id

ID of the pipe bound to the VI device.

HI_VI_MAX_PHYS_PIPE_NUM indicates 4.