Mercurial > mplayer.hg
comparison drivers/mga_vid.h @ 448:198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
author | arpi_esp |
---|---|
date | Sun, 15 Apr 2001 20:31:58 +0000 |
parents | baa0a12438eb |
children | 8e101a5d9dc2 |
comparison
equal
deleted
inserted
replaced
447:b3b28a0d9404 | 448:198b46b739d8 |
---|---|
37 uint32_t num_frames; | 37 uint32_t num_frames; |
38 } mga_vid_config_t; | 38 } mga_vid_config_t; |
39 | 39 |
40 #define MGA_VID_FORMAT_YV12 0x32315659 | 40 #define MGA_VID_FORMAT_YV12 0x32315659 |
41 #define MGA_VID_FORMAT_YUY2 (('Y'<<24)|('U'<<16)|('Y'<<8)|'2') | 41 #define MGA_VID_FORMAT_YUY2 (('Y'<<24)|('U'<<16)|('Y'<<8)|'2') |
42 #define MGA_VID_FORMAT_UYVY (('U'<<24)|('Y'<<16)|('V'<<8)|'Y') | |
42 | 43 |
43 #define MGA_VID_CONFIG _IOR('J', 1, mga_vid_config_t) | 44 #define MGA_VID_CONFIG _IOR('J', 1, mga_vid_config_t) |
44 #define MGA_VID_ON _IO ('J', 2) | 45 #define MGA_VID_ON _IO ('J', 2) |
45 #define MGA_VID_OFF _IO ('J', 3) | 46 #define MGA_VID_OFF _IO ('J', 3) |
46 #define MGA_VID_FSEL _IOR('J', 4, int) | 47 #define MGA_VID_FSEL _IOR('J', 4, int) |