hi_video_format
Description
Defines the video formats.
Prototype
HI_VIDEO_FORMAT_LINEAR = 0 # nature video line HI_VIDEO_FORMAT_TILE_64x16 = 1 # tile cell: 64 pixels x 16 lines HI_VIDEO_FORMAT_BUTT = 2
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. |
Parent topic: Common