hi_video_format

Description

Defines the video formats.

Prototype

typedef enum {
    HI_VIDEO_FORMAT_LINEAR = 0, 
    HI_VIDEO_FORMAT_TILE_64x16, 
    HI_VIDEO_FORMAT_BUTT
} hi_video_format;

Members

Member

Description

HI_VIDEO_FORMAT_LINEAR

Linear format.

HI_VIDEO_FORMAT_TILE_64x16

Tile format. The tile block size is 64 pixels in width and 16 lines in height. Video or image encoding is not supported.

HI_VIDEO_FORMAT_BUTT

Reserved.