Video configuration structure.
More...
#include <video.h>
|
| u8 | resolution |
| | resolution id.
|
| |
| u8 | format |
| | video buffer format.
|
| |
| u8 | aspect |
| | aspect ratio.
|
| |
| u8 | padding [9] |
| | unused.
|
| |
| u32 | pitch |
| | offset in bytes between the beginnings of consecutive lines.
|
| |
Video configuration structure.
Definition at line 143 of file video.h.
◆ aspect
aspect ratio.
The possible values are:
VIDEO_ASPECT_AUTO
VIDEO_ASPECT_4_3
VIDEO_ASPECT_16_9
Definition at line 171 of file video.h.
◆ format
video buffer format.
The possible values are:
VIDEO_BUFFER_FORMAT_XRGB
VIDEO_BUFFER_FORMAT_XBGR
VIDEO_BUFFER_FORMAT_FLOAT
Definition at line 162 of file video.h.
◆ padding
| u8 _videoconfig::padding[9] |
◆ pitch
offset in bytes between the beginnings of consecutive lines.
Definition at line 177 of file video.h.
◆ resolution
| u8 _videoconfig::resolution |
resolution id.
The possible values are:
VIDEO_RESOLUTION_1080
VIDEO_RESOLUTION_720
VIDEO_RESOLUTION_480
VIDEO_RESOLUTION_576
Definition at line 153 of file video.h.
The documentation for this struct was generated from the following file: