hi_vo_partition_mode

Description

Defines the split mode of a video layer.

Prototype

typedef enum {
    HI_VO_PARTITION_MODE_SINGLE = 0,
    HI_VO_PARTITION_MODE_MULTI = 1,
    HI_VO_PARTITION_MODE_BUTT
} hi_vo_partition_mode;

Members

Member

Description

HI_VO_PARTITION_MODE_SINGLE

The video layer is configured based on a single region for the display device.

HI_VO_PARTITION_MODE_MULTI

The video layer is configured based on multiple regions for the display device.

HI_VO_PARTITION_MODE_BUTT

Reserved