#include <iostream>#include <string.h>#include <math.h>#include <X11/Xlib.h>#include <sys/ipc.h>#include <sys/shm.h>#include <X11/extensions/XShm.h>#include <X11/extensions/Xvlib.h>#include <gdk/gdk.h>#include <gtk/gtk.h>#include <time.h>#include <sys/time.h>#include <gdk/gdkprivate.h>#include "preferences.h"#include "frame.h"Include dependency graph for displayer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | MAX_WIDTH 720 |
| #define | MAX_HEIGHT 576 |
Enumerations | |
| enum | DisplayerInput { DISPLAY_NONE, DISPLAY_YUV, DISPLAY_RGB, DISPLAY_BGR, DISPLAY_BGR0, DISPLAY_RGB16 } |
| Supported Displayer formats. More... | |
|
|
Definition at line 82 of file displayer.h. |
|
|
Definition at line 81 of file displayer.h. |
|
|
Supported Displayer formats.
Definition at line 71 of file displayer.h. 00071 {
00072 DISPLAY_NONE,
00073 DISPLAY_YUV,
00074 DISPLAY_RGB,
00075 DISPLAY_BGR,
00076 DISPLAY_BGR0,
00077 DISPLAY_RGB16
00078 }
|
1.4.2