| IVT
    | 
#include "Unicap1394Capture.h"#include "Image/ByteImage.h"#include <stdio.h>#include <string.h>#include <string>Go to the source code of this file.
| Macros | |
| #define | UYVY 0x59565955 /* UYVY (packed, 16 bits) */ | 
| #define | FOURCC(a, b, c, d) (unsigned int)((((unsigned int)d)<<24)+(((unsigned int)c)<<16)+(((unsigned int)b)<<8)+a) | 
| #define FOURCC | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | (unsigned int)((((unsigned int)d)<<24)+(((unsigned int)c)<<16)+(((unsigned int)b)<<8)+a) | 
Definition at line 60 of file Unicap1394Capture.cpp.
| #define UYVY 0x59565955 /* UYVY (packed, 16 bits) */ | 
Definition at line 59 of file Unicap1394Capture.cpp.