defs.h File Reference
#include <inttypes.h>
#include <sys/types.h>
Go to the source code of this file.
Define Documentation
#define AVI_EXTRA_SIZE (20*1024*1024) |
#define AVI_MAX_SIZE (1900*1024*1024) |
#define CLIP |
( |
value |
|
) |
(unsigned char)(((value)>0xFF)?0xff:(((value)<0)?0:(value))) |
#define DEFAULT_AVI_FNAME "capture.avi" |
#define DEFAULT_FPS_NUM 1 |
#define DEFAULT_HEIGHT 480 |
#define DEFAULT_IMAGE_FNAME "Image.jpg" |
#define DEFAULT_WIDTH 640 |
#define TSTACK (128*64*1024) |
#define YUV_MIRROR 0x0001 |
#define YUV_MONOCR 0x0008 |
#define YUV_NEGATE 0x0004 |
#define YUV_NOFILT 0x0000 |
#define YUV_UPTURN 0x0002 |
Typedef Documentation
typedef unsigned int LONG |
typedef unsigned int UINT |
typedef unsigned short int UINT16 |
typedef unsigned char UINT8 |
typedef unsigned long long ULLONG |
typedef unsigned long ULONG |
Variable Documentation
Initial value:
{
0, 8000, 9600, 11025, 12000,
16000, 22050, 24000,
32000, 44100, 48000,
88200, 96000,
-1
}
Definition at line 47 of file defs.h.