#include <string>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | L1394_MM |
Defines | |
#define | CLIPPED(x) ((x)>255?255:((x)<0?0:(x))) |
Typedefs | |
typedef int(* | l1394_converter )(unsigned char *, int, unsigned char *) |
|
Definition at line 20 of file l1394_converter.h. Referenced by L1394_MM::Converter::UYVYtoBGRA32(). |
|
Definition at line 21 of file l1394_converter.h. |