Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

displayer.h File Reference

#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...


Define Documentation

#define MAX_HEIGHT   576
 

Definition at line 82 of file displayer.h.

#define MAX_WIDTH   720
 

Definition at line 81 of file displayer.h.


Enumeration Type Documentation

enum DisplayerInput
 

Supported Displayer formats.

Enumeration values:
DISPLAY_NONE 
DISPLAY_YUV 
DISPLAY_RGB 
DISPLAY_BGR 
DISPLAY_BGR0 
DISPLAY_RGB16 

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 }


Generated on Sun Mar 11 22:11:54 2007 for Kino by  doxygen 1.4.2