diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-28 20:28:14 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-28 20:28:14 +0000 |
| commit | 2fa43eefcf5e600fee500abfcadbd316c28220ec (patch) | |
| tree | ac3cd9a785b34fc721d5e9ff0a5082c2a687e72a /sys/dev | |
| parent | 298315121605b714b1b849a356a8da3aa5b1b20a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bktr/ioctl_meteor.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h index 1d5e4aca25aa0..647a419a053f5 100644 --- a/sys/dev/bktr/ioctl_meteor.h +++ b/sys/dev/bktr/ioctl_meteor.h @@ -101,6 +101,8 @@ struct meteor_video { #define METEORGHWS _IOR('x', 18, unsigned char) /* get hor start reg */ #define METEORSVWS _IOW('x', 19, unsigned char) /* set vert start reg */ #define METEORGVWS _IOR('x', 19, unsigned char) /* get vert start reg */ +#define METEORSTS _IOW('x', 20, unsigned char) /* set time stamp */ +#define METEORGTS _IOR('x', 20, unsigned char) /* get time stamp */ #define METEOR_STATUS_ID_MASK 0xf000 /* ID of 7196 */ #define METEOR_STATUS_DIR 0x0800 /* Direction of Expansion port YUV */ @@ -145,9 +147,11 @@ struct meteor_video { #define METEOR_GEO_UNSIGNED 0x0400000 /* unsigned uv outputs */ #define METEOR_GEO_EVEN_ONLY 0x1000000 /* set for even only field capture */ #define METEOR_GEO_ODD_ONLY 0x2000000 /* set for odd only field capture */ +#define METEOR_GEO_FIELD_MASK 0x3000000 #define METEOR_GEO_YUV_422 0x4000000 /* 4-2-2 YUV in Y-U-V combined */ #define METEOR_GEO_OUTPUT_MASK 0x40f0000 -#define METEOR_GEO_FIELD_MASK 0x3000000 +#define METEOR_GEO_YUV_12 0x10000000 /* YUV 12 format */ +#define METEOR_GEO_YUV_9 0x40000000 /* YUV 9 format */ /* following structure is used to coordinate the synchronous */ |
