#include "mmsgui/fb/mmsfblayer.h"
#include "mmsgui/fb/mmsfb.h"
#include <string.h>
#include <cerrno>
#include <sys/shm.h>
#include <X11/Xatom.h>
#include <unistd.h>
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | GUID_YUV12_PLANAR ('2'<<24)|('1'<<16)|('V'<<8)|'Y') |
#define | INITCHECK if(!this->initialized){MMSFB_SetError(0,"not initialized");return false;} |
Functions | |
D_DEBUG_DOMAIN (MMS_Layer,"MMS/Layer","MMS Layer") |
#define GUID_YUV12_PLANAR ('2'<<24)|('1'<<16)|('V'<<8)|'Y') |
Definition at line 48 of file mmsfblayer.cpp.
#define INITCHECK if(!this->initialized){MMSFB_SetError(0,"not initialized");return false;} |
Definition at line 61 of file mmsfblayer.cpp.
D_DEBUG_DOMAIN | ( | MMS_Layer | , | |
"MMS/Layer" | , | |||
"MMS Layer" | ||||
) |