videodev.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:14k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef __LINUX_VIDEODEV_H
  2. #define __LINUX_VIDEODEV_H
  3. #include <linux/compiler.h>
  4. #include <linux/types.h>
  5. #define HAVE_V4L2 1
  6. #include <linux/videodev2.h>
  7. #ifdef __KERNEL__
  8. #include <linux/poll.h>
  9. #include <linux/mm.h>
  10. #include <linux/device.h>
  11. struct video_device
  12. {
  13. /* device info */
  14. struct device *dev;
  15. char name[32];
  16. int type;       /* v4l1 */
  17. int type2;      /* v4l2 */
  18. int hardware;
  19. int minor;
  20. /* device ops + callbacks */
  21. struct file_operations *fops;
  22. void (*release)(struct video_device *vfd);
  23. /* obsolete -- fops->owner is used instead */
  24. struct module *owner;
  25. /* dev->driver_data will be used instead some day.
  26.  * Use the video_{get|set}_drvdata() helper functions,
  27.  * so the switch over will be transparent for you.
  28.  * Or use {pci|usb}_{get|set}_drvdata() directly. */
  29. void *priv;
  30. /* for videodev.c intenal usage -- please don't touch */
  31. int users;                     /* video_exclusive_{open|close} ... */
  32. struct semaphore lock;         /* ... helper function uses these   */
  33. char devfs_name[64];           /* devfs */
  34. struct class_device class_dev; /* sysfs */
  35. };
  36. #define VIDEO_MAJOR 81
  37. #define VFL_TYPE_GRABBER 0
  38. #define VFL_TYPE_VBI 1
  39. #define VFL_TYPE_RADIO 2
  40. #define VFL_TYPE_VTX 3
  41. extern int video_register_device(struct video_device *, int type, int nr);
  42. extern void video_unregister_device(struct video_device *);
  43. extern struct video_device* video_devdata(struct file*);
  44. #define to_video_device(cd) container_of(cd, struct video_device, class_dev)
  45. static inline void
  46. video_device_create_file(struct video_device *vfd,
  47.  struct class_device_attribute *attr)
  48. {
  49. class_device_create_file(&vfd->class_dev, attr);
  50. }
  51. static inline void
  52. video_device_remove_file(struct video_device *vfd,
  53.  struct class_device_attribute *attr)
  54. {
  55. class_device_remove_file(&vfd->class_dev, attr);
  56. }
  57. /* helper functions to alloc / release struct video_device, the
  58.    later can be used for video_device->release() */
  59. struct video_device *video_device_alloc(void);
  60. void video_device_release(struct video_device *vfd);
  61. /* helper functions to access driver private data. */
  62. static inline void *video_get_drvdata(struct video_device *dev)
  63. {
  64. return dev->priv;
  65. }
  66. static inline void video_set_drvdata(struct video_device *dev, void *data)
  67. {
  68. dev->priv = data;
  69. }
  70. extern int video_exclusive_open(struct inode *inode, struct file *file);
  71. extern int video_exclusive_release(struct inode *inode, struct file *file);
  72. extern int video_usercopy(struct inode *inode, struct file *file,
  73.   unsigned int cmd, unsigned long arg,
  74.   int (*func)(struct inode *inode, struct file *file,
  75.       unsigned int cmd, void *arg));
  76. #endif /* __KERNEL__ */
  77. #define VID_TYPE_CAPTURE 1 /* Can capture */
  78. #define VID_TYPE_TUNER 2 /* Can tune */
  79. #define VID_TYPE_TELETEXT 4 /* Does teletext */
  80. #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */
  81. #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */
  82. #define VID_TYPE_CLIPPING 32 /* Can clip */
  83. #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
  84. #define VID_TYPE_SCALES 128 /* Scalable */
  85. #define VID_TYPE_MONOCHROME 256 /* Monochrome only */
  86. #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */
  87. #define VID_TYPE_MPEG_DECODER 1024 /* Can decode MPEG streams */
  88. #define VID_TYPE_MPEG_ENCODER 2048 /* Can encode MPEG streams */
  89. #define VID_TYPE_MJPEG_DECODER 4096 /* Can decode MJPEG streams */
  90. #define VID_TYPE_MJPEG_ENCODER 8192 /* Can encode MJPEG streams */
  91. struct video_capability
  92. {
  93. char name[32];
  94. int type;
  95. int channels; /* Num channels */
  96. int audios; /* Num audio devices */
  97. int maxwidth; /* Supported width */
  98. int maxheight; /* And height */
  99. int minwidth; /* Supported width */
  100. int minheight; /* And height */
  101. };
  102. struct video_channel
  103. {
  104. int channel;
  105. char name[32];
  106. int tuners;
  107. __u32  flags;
  108. #define VIDEO_VC_TUNER 1 /* Channel has a tuner */
  109. #define VIDEO_VC_AUDIO 2 /* Channel has audio */
  110. __u16  type;
  111. #define VIDEO_TYPE_TV 1
  112. #define VIDEO_TYPE_CAMERA 2
  113. __u16 norm; /* Norm set by channel */
  114. };
  115. struct video_tuner
  116. {
  117. int tuner;
  118. char name[32];
  119. unsigned long rangelow, rangehigh; /* Tuner range */
  120. __u32 flags;
  121. #define VIDEO_TUNER_PAL 1
  122. #define VIDEO_TUNER_NTSC 2
  123. #define VIDEO_TUNER_SECAM 4
  124. #define VIDEO_TUNER_LOW 8 /* Uses KHz not MHz */
  125. #define VIDEO_TUNER_NORM 16 /* Tuner can set norm */
  126. #define VIDEO_TUNER_STEREO_ON 128 /* Tuner is seeing stereo */
  127. #define VIDEO_TUNER_RDS_ON      256     /* Tuner is seeing an RDS datastream */
  128. #define VIDEO_TUNER_MBS_ON      512     /* Tuner is seeing an MBS datastream */
  129. __u16 mode; /* PAL/NTSC/SECAM/OTHER */
  130. #define VIDEO_MODE_PAL 0
  131. #define VIDEO_MODE_NTSC 1
  132. #define VIDEO_MODE_SECAM 2
  133. #define VIDEO_MODE_AUTO 3
  134. __u16 signal; /* Signal strength 16bit scale */
  135. };
  136. struct video_picture
  137. {
  138. __u16 brightness;
  139. __u16 hue;
  140. __u16 colour;
  141. __u16 contrast;
  142. __u16 whiteness; /* Black and white only */
  143. __u16 depth; /* Capture depth */
  144. __u16   palette; /* Palette in use */
  145. #define VIDEO_PALETTE_GREY 1 /* Linear greyscale */
  146. #define VIDEO_PALETTE_HI240 2 /* High 240 cube (BT848) */
  147. #define VIDEO_PALETTE_RGB565 3 /* 565 16 bit RGB */
  148. #define VIDEO_PALETTE_RGB24 4 /* 24bit RGB */
  149. #define VIDEO_PALETTE_RGB32 5 /* 32bit RGB */
  150. #define VIDEO_PALETTE_RGB555 6 /* 555 15bit RGB */
  151. #define VIDEO_PALETTE_YUV422 7 /* YUV422 capture */
  152. #define VIDEO_PALETTE_YUYV 8
  153. #define VIDEO_PALETTE_UYVY 9 /* The great thing about standards is ... */
  154. #define VIDEO_PALETTE_YUV420 10
  155. #define VIDEO_PALETTE_YUV411 11 /* YUV411 capture */
  156. #define VIDEO_PALETTE_RAW 12 /* RAW capture (BT848) */
  157. #define VIDEO_PALETTE_YUV422P 13 /* YUV 4:2:2 Planar */
  158. #define VIDEO_PALETTE_YUV411P 14 /* YUV 4:1:1 Planar */
  159. #define VIDEO_PALETTE_YUV420P 15 /* YUV 4:2:0 Planar */
  160. #define VIDEO_PALETTE_YUV410P 16 /* YUV 4:1:0 Planar */
  161. #define VIDEO_PALETTE_PLANAR 13 /* start of planar entries */
  162. #define VIDEO_PALETTE_COMPONENT 7 /* start of component entries */
  163. };
  164. struct video_audio
  165. {
  166. int audio; /* Audio channel */
  167. __u16 volume; /* If settable */
  168. __u16 bass, treble;
  169. __u32 flags;
  170. #define VIDEO_AUDIO_MUTE 1
  171. #define VIDEO_AUDIO_MUTABLE 2
  172. #define VIDEO_AUDIO_VOLUME 4
  173. #define VIDEO_AUDIO_BASS 8
  174. #define VIDEO_AUDIO_TREBLE 16
  175. #define VIDEO_AUDIO_BALANCE 32
  176. char    name[16];
  177. #define VIDEO_SOUND_MONO 1
  178. #define VIDEO_SOUND_STEREO 2
  179. #define VIDEO_SOUND_LANG1 4
  180. #define VIDEO_SOUND_LANG2 8
  181.         __u16   mode;
  182.         __u16 balance; /* Stereo balance */
  183.         __u16 step; /* Step actual volume uses */
  184. };
  185. struct video_clip
  186. {
  187. __s32 x,y;
  188. __s32 width, height;
  189. struct video_clip *next; /* For user use/driver use only */
  190. };
  191. struct video_window
  192. {
  193. __u32 x,y; /* Position of window */
  194. __u32 width,height; /* Its size */
  195. __u32 chromakey;
  196. __u32 flags;
  197. struct video_clip __user *clips; /* Set only */
  198. int clipcount;
  199. #define VIDEO_WINDOW_INTERLACE 1
  200. #define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */
  201. #define VIDEO_CLIP_BITMAP -1
  202. /* bitmap is 1024x625, a '1' bit represents a clipped pixel */
  203. #define VIDEO_CLIPMAP_SIZE (128 * 625)
  204. };
  205. struct video_capture
  206. {
  207. __u32  x,y; /* Offsets into image */
  208. __u32 width, height; /* Area to capture */
  209. __u16 decimation; /* Decimation divider */
  210. __u16 flags; /* Flags for capture */
  211. #define VIDEO_CAPTURE_ODD 0 /* Temporal */
  212. #define VIDEO_CAPTURE_EVEN 1
  213. };
  214. struct video_buffer
  215. {
  216. void *base;
  217. int height,width;
  218. int depth;
  219. int bytesperline;
  220. };
  221. struct video_mmap
  222. {
  223. unsigned int frame; /* Frame (0 - n) for double buffer */
  224. int height,width;
  225. unsigned int format; /* should be VIDEO_PALETTE_* */
  226. };
  227. struct video_key
  228. {
  229. __u8 key[8];
  230. __u32 flags;
  231. };
  232. #define VIDEO_MAX_FRAME 32
  233. struct video_mbuf
  234. {
  235. int size; /* Total memory to map */
  236. int frames; /* Frames */
  237. int offsets[VIDEO_MAX_FRAME];
  238. };
  239. #define  VIDEO_NO_UNIT (-1)
  240. struct video_unit
  241. {
  242. int  video; /* Video minor */
  243. int vbi; /* VBI minor */
  244. int radio; /* Radio minor */
  245. int audio; /* Audio minor */
  246. int teletext; /* Teletext minor */
  247. };
  248. struct vbi_format {
  249. __u32 sampling_rate; /* in Hz */
  250. __u32 samples_per_line;
  251. __u32 sample_format; /* VIDEO_PALETTE_RAW only (1 byte) */
  252. __s32 start[2]; /* starting line for each frame */
  253. __u32 count[2]; /* count of lines for each frame */
  254. __u32 flags;
  255. #define VBI_UNSYNC 1 /* can distingues between top/bottom field */
  256. #define VBI_INTERLACED 2 /* lines are interlaced */
  257. };
  258. /* video_info is biased towards hardware mpeg encode/decode */
  259. /* but it could apply generically to any hardware compressor/decompressor */
  260. struct video_info
  261. {
  262. __u32 frame_count; /* frames output since decode/encode began */
  263. __u32 h_size; /* current unscaled horizontal size */
  264. __u32 v_size; /* current unscaled veritcal size */
  265. __u32 smpte_timecode; /* current SMPTE timecode (for current GOP) */
  266. __u32 picture_type; /* current picture type */
  267. __u32 temporal_reference; /* current temporal reference */
  268. __u8 user_data[256]; /* user data last found in compressed stream */
  269. /* user_data[0] contains user data flags, user_data[1] has count */
  270. };
  271. /* generic structure for setting playback modes */
  272. struct video_play_mode
  273. {
  274. int mode;
  275. int p1;
  276. int p2;
  277. };
  278. /* for loading microcode / fpga programming */
  279. struct video_code
  280. {
  281. char loadwhat[16]; /* name or tag of file being passed */
  282. int datasize;
  283. __u8 *data;
  284. };
  285. #define VIDIOCGCAP _IOR('v',1,struct video_capability) /* Get capabilities */
  286. #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */
  287. #define VIDIOCSCHAN _IOW('v',3,struct video_channel) /* Set channel  */
  288. #define VIDIOCGTUNER _IOWR('v',4,struct video_tuner) /* Get tuner abilities */
  289. #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
  290. #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */
  291. #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
  292. #define VIDIOCCAPTURE _IOW('v',8,int) /* Start, end capture */
  293. #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
  294. #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
  295. #define VIDIOCGFBUF _IOR('v',11, struct video_buffer) /* Get frame buffer */
  296. #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */
  297. #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts capture on all DMA windows with this key (0xFFFFFFFF == all) */
  298. #define VIDIOCGFREQ _IOR('v',14, unsigned long) /* Set tuner */
  299. #define VIDIOCSFREQ _IOW('v',15, unsigned long) /* Set tuner */
  300. #define VIDIOCGAUDIO _IOR('v',16, struct video_audio) /* Get audio info */
  301. #define VIDIOCSAUDIO _IOW('v',17, struct video_audio) /* Audio source, mute etc */
  302. #define VIDIOCSYNC _IOW('v',18, int) /* Sync with mmap grabbing */
  303. #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
  304. #define VIDIOCGMBUF _IOR('v',20, struct video_mbuf) /* Memory map buffer info */
  305. #define VIDIOCGUNIT _IOR('v',21, struct video_unit) /* Get attached units */
  306. #define VIDIOCGCAPTURE _IOR('v',22, struct video_capture) /* Get subcapture */
  307. #define VIDIOCSCAPTURE _IOW('v',23, struct video_capture) /* Set subcapture */
  308. #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
  309. #define VIDIOCSWRITEMODE _IOW('v',25, int) /* Set write mode */
  310. #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardware */
  311. #define VIDIOCSMICROCODE _IOW('v',27, struct video_code) /* Load microcode into hardware */
  312. #define VIDIOCGVBIFMT _IOR('v',28, struct vbi_format) /* Get VBI information */
  313. #define VIDIOCSVBIFMT _IOW('v',29, struct vbi_format) /* Set VBI information */
  314. #define BASE_VIDIOCPRIVATE 192 /* 192-255 are private */
  315. /* VIDIOCSWRITEMODE */
  316. #define VID_WRITE_MPEG_AUD 0
  317. #define VID_WRITE_MPEG_VID 1
  318. #define VID_WRITE_OSD 2
  319. #define VID_WRITE_TTX 3
  320. #define VID_WRITE_CC 4
  321. #define VID_WRITE_MJPEG 5
  322. /* VIDIOCSPLAYMODE */
  323. #define VID_PLAY_VID_OUT_MODE 0
  324. /* p1: = VIDEO_MODE_PAL, VIDEO_MODE_NTSC, etc ... */
  325. #define VID_PLAY_GENLOCK 1
  326. /* p1: 0 = OFF, 1 = ON */
  327. /* p2: GENLOCK FINE DELAY value */
  328. #define VID_PLAY_NORMAL 2
  329. #define VID_PLAY_PAUSE 3
  330. #define VID_PLAY_SINGLE_FRAME 4
  331. #define VID_PLAY_FAST_FORWARD 5
  332. #define VID_PLAY_SLOW_MOTION 6
  333. #define VID_PLAY_IMMEDIATE_NORMAL 7
  334. #define VID_PLAY_SWITCH_CHANNELS 8
  335. #define VID_PLAY_FREEZE_FRAME 9
  336. #define VID_PLAY_STILL_MODE 10
  337. #define VID_PLAY_MASTER_MODE 11
  338. /* p1: see below */
  339. #define VID_PLAY_MASTER_NONE 1
  340. #define VID_PLAY_MASTER_VIDEO 2
  341. #define VID_PLAY_MASTER_AUDIO 3
  342. #define VID_PLAY_ACTIVE_SCANLINES 12
  343. /* p1 = first active; p2 = last active */
  344. #define VID_PLAY_RESET 13
  345. #define VID_PLAY_END_MARK 14
  346. #define VID_HARDWARE_BT848 1
  347. #define VID_HARDWARE_QCAM_BW 2
  348. #define VID_HARDWARE_PMS 3
  349. #define VID_HARDWARE_QCAM_C 4
  350. #define VID_HARDWARE_PSEUDO 5
  351. #define VID_HARDWARE_SAA5249 6
  352. #define VID_HARDWARE_AZTECH 7
  353. #define VID_HARDWARE_SF16MI 8
  354. #define VID_HARDWARE_RTRACK 9
  355. #define VID_HARDWARE_ZOLTRIX 10
  356. #define VID_HARDWARE_SAA7146    11
  357. #define VID_HARDWARE_VIDEUM 12 /* Reserved for Winnov videum */
  358. #define VID_HARDWARE_RTRACK2 13
  359. #define VID_HARDWARE_PERMEDIA2 14 /* Reserved for Permedia2 */
  360. #define VID_HARDWARE_RIVA128 15 /* Reserved for RIVA 128 */
  361. #define VID_HARDWARE_PLANB 16 /* PowerMac motherboard video-in */
  362. #define VID_HARDWARE_BROADWAY 17 /* Broadway project */
  363. #define VID_HARDWARE_GEMTEK 18
  364. #define VID_HARDWARE_TYPHOON 19
  365. #define VID_HARDWARE_VINO 20 /* SGI Indy Vino */
  366. #define VID_HARDWARE_CADET 21 /* Cadet radio */
  367. #define VID_HARDWARE_TRUST 22 /* Trust FM Radio */
  368. #define VID_HARDWARE_TERRATEC 23 /* TerraTec ActiveRadio */
  369. #define VID_HARDWARE_CPIA 24
  370. #define VID_HARDWARE_ZR36120 25 /* Zoran ZR36120/ZR36125 */
  371. #define VID_HARDWARE_ZR36067 26 /* Zoran ZR36067/36060 */
  372. #define VID_HARDWARE_OV511 27
  373. #define VID_HARDWARE_ZR356700 28 /* Zoran 36700 series */
  374. #define VID_HARDWARE_W9966 29
  375. #define VID_HARDWARE_SE401 30 /* SE401 USB webcams */
  376. #define VID_HARDWARE_PWC 31 /* Philips webcams */
  377. #define VID_HARDWARE_MEYE 32 /* Sony Vaio MotionEye cameras */
  378. #define VID_HARDWARE_CPIA2 33
  379. #define VID_HARDWARE_VICAM      34
  380. #define VID_HARDWARE_SF16FMR2 35
  381. #define VID_HARDWARE_W9968CF 36
  382. #define VID_HARDWARE_SAA7114H   37
  383. #define VID_HARDWARE_SN9C102 38
  384. #define VID_HARDWARE_ARV 39
  385. #endif /* __LINUX_VIDEODEV_H */
  386. /*
  387.  * Local variables:
  388.  * c-basic-offset: 8
  389.  * End:
  390.  */