
Go to the source code of this file.
Data Structures | |
| struct | colorcombo |
| class | VideoSettings |
| class | VLCView |
| class | VideoWindow |
Defines | |
| #define | BITMAP 0 |
| #define | OVERLAY 1 |
| #define | OPENGL 2 |
| #define | COLOR_COUNT 5 |
| #define | DEFAULT_COL 3 |
Variables | |
| colorcombo | colspace [] |
| #define BITMAP 0 |
Referenced by VLCView::Draw().
| #define COLOR_COUNT 5 |
| #define DEFAULT_COL 3 |
| #define OPENGL 2 |
| #define OVERLAY 1 |
Referenced by VideoWindow::drawBuffer(), and VideoWindow::VideoWindow().
Initial value:
{
{B_YCbCr420, "B_YCbCr420", VLC_CODEC_I420, 3, 2},
{B_YUV422, "B_YUV422", VLC_FOURCC('Y','4','2','2'), 3, 2},
{B_YCbCr422, "B_YCbCr422", VLC_CODEC_YUYV, 3, 2},
{B_RGB32, "B_RGB32", VLC_CODEC_RGB32, 1, 4},
{B_RGB16, "B_RGB16", VLC_CODEC_RGB16, 1, 2}
}
Referenced by Init().
1.5.6