videodev2.h 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502
  1. /*
  2. * Video for Linux Two header file
  3. *
  4. * Copyright (C) 1999-2007 the contributors
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * Alternatively you can redistribute this file under the terms of the
  17. * BSD license as stated below:
  18. *
  19. * Redistribution and use in source and binary forms, with or without
  20. * modification, are permitted provided that the following conditions
  21. * are met:
  22. * 1. Redistributions of source code must retain the above copyright
  23. * notice, this list of conditions and the following disclaimer.
  24. * 2. Redistributions in binary form must reproduce the above copyright
  25. * notice, this list of conditions and the following disclaimer in
  26. * the documentation and/or other materials provided with the
  27. * distribution.
  28. * 3. The names of its contributors may not be used to endorse or promote
  29. * products derived from this software without specific prior written
  30. * permission.
  31. *
  32. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  33. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  34. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  35. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  36. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  37. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  38. * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  39. * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  40. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  41. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  42. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  43. *
  44. * Header file for v4l or V4L2 drivers and applications
  45. * with public API.
  46. * All kernel-specific stuff were moved to media/v4l2-dev.h, so
  47. * no #if __KERNEL tests are allowed here
  48. *
  49. * See http://linuxtv.org for more info
  50. *
  51. * Author: Bill Dirks <bill@thedirks.org>
  52. * Justin Schoeman
  53. * Hans Verkuil <hverkuil@xs4all.nl>
  54. * et al.
  55. */
  56. #ifndef __LINUX_VIDEODEV2_H
  57. #define __LINUX_VIDEODEV2_H
  58. #ifdef __KERNEL__
  59. #include <linux/time.h> /* need struct timeval */
  60. #include <linux/compiler.h> /* need __user */
  61. #else
  62. #define __user
  63. #endif
  64. #include <linux/types.h>
  65. /*
  66. * Common stuff for both V4L1 and V4L2
  67. * Moved from videodev.h
  68. */
  69. #define VIDEO_MAX_FRAME 32
  70. #define VID_TYPE_CAPTURE 1 /* Can capture */
  71. #define VID_TYPE_TUNER 2 /* Can tune */
  72. #define VID_TYPE_TELETEXT 4 /* Does teletext */
  73. #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */
  74. #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */
  75. #define VID_TYPE_CLIPPING 32 /* Can clip */
  76. #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
  77. #define VID_TYPE_SCALES 128 /* Scalable */
  78. #define VID_TYPE_MONOCHROME 256 /* Monochrome only */
  79. #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */
  80. #define VID_TYPE_MPEG_DECODER 1024 /* Can decode MPEG streams */
  81. #define VID_TYPE_MPEG_ENCODER 2048 /* Can encode MPEG streams */
  82. #define VID_TYPE_MJPEG_DECODER 4096 /* Can decode MJPEG streams */
  83. #define VID_TYPE_MJPEG_ENCODER 8192 /* Can encode MJPEG streams */
  84. /*
  85. * M I S C E L L A N E O U S
  86. */
  87. /* Four-character-code (FOURCC) */
  88. #define v4l2_fourcc(a,b,c,d)\
  89. (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))
  90. /*
  91. * E N U M S
  92. */
  93. enum v4l2_field {
  94. V4L2_FIELD_ANY = 0, /* driver can choose from none,
  95. top, bottom, interlaced
  96. depending on whatever it thinks
  97. is approximate ... */
  98. V4L2_FIELD_NONE = 1, /* this device has no fields ... */
  99. V4L2_FIELD_TOP = 2, /* top field only */
  100. V4L2_FIELD_BOTTOM = 3, /* bottom field only */
  101. V4L2_FIELD_INTERLACED = 4, /* both fields interlaced */
  102. V4L2_FIELD_SEQ_TB = 5, /* both fields sequential into one
  103. buffer, top-bottom order */
  104. V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */
  105. V4L2_FIELD_ALTERNATE = 7, /* both fields alternating into
  106. separate buffers */
  107. V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
  108. first and the top field is
  109. transmitted first */
  110. V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
  111. first and the bottom field is
  112. transmitted first */
  113. };
  114. #define V4L2_FIELD_HAS_TOP(field) \
  115. ((field) == V4L2_FIELD_TOP ||\
  116. (field) == V4L2_FIELD_INTERLACED ||\
  117. (field) == V4L2_FIELD_INTERLACED_TB ||\
  118. (field) == V4L2_FIELD_INTERLACED_BT ||\
  119. (field) == V4L2_FIELD_SEQ_TB ||\
  120. (field) == V4L2_FIELD_SEQ_BT)
  121. #define V4L2_FIELD_HAS_BOTTOM(field) \
  122. ((field) == V4L2_FIELD_BOTTOM ||\
  123. (field) == V4L2_FIELD_INTERLACED ||\
  124. (field) == V4L2_FIELD_INTERLACED_TB ||\
  125. (field) == V4L2_FIELD_INTERLACED_BT ||\
  126. (field) == V4L2_FIELD_SEQ_TB ||\
  127. (field) == V4L2_FIELD_SEQ_BT)
  128. #define V4L2_FIELD_HAS_BOTH(field) \
  129. ((field) == V4L2_FIELD_INTERLACED ||\
  130. (field) == V4L2_FIELD_INTERLACED_TB ||\
  131. (field) == V4L2_FIELD_INTERLACED_BT ||\
  132. (field) == V4L2_FIELD_SEQ_TB ||\
  133. (field) == V4L2_FIELD_SEQ_BT)
  134. enum v4l2_buf_type {
  135. V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
  136. V4L2_BUF_TYPE_VIDEO_OUTPUT = 2,
  137. V4L2_BUF_TYPE_VIDEO_OVERLAY = 3,
  138. V4L2_BUF_TYPE_VBI_CAPTURE = 4,
  139. V4L2_BUF_TYPE_VBI_OUTPUT = 5,
  140. V4L2_BUF_TYPE_SLICED_VBI_CAPTURE = 6,
  141. V4L2_BUF_TYPE_SLICED_VBI_OUTPUT = 7,
  142. #if 1
  143. /* Experimental */
  144. V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY = 8,
  145. #endif
  146. V4L2_BUF_TYPE_PRIVATE = 0x80,
  147. };
  148. enum v4l2_ctrl_type {
  149. V4L2_CTRL_TYPE_INTEGER = 1,
  150. V4L2_CTRL_TYPE_BOOLEAN = 2,
  151. V4L2_CTRL_TYPE_MENU = 3,
  152. V4L2_CTRL_TYPE_BUTTON = 4,
  153. V4L2_CTRL_TYPE_INTEGER64 = 5,
  154. V4L2_CTRL_TYPE_CTRL_CLASS = 6,
  155. };
  156. enum v4l2_tuner_type {
  157. V4L2_TUNER_RADIO = 1,
  158. V4L2_TUNER_ANALOG_TV = 2,
  159. V4L2_TUNER_DIGITAL_TV = 3,
  160. };
  161. enum v4l2_memory {
  162. V4L2_MEMORY_MMAP = 1,
  163. V4L2_MEMORY_USERPTR = 2,
  164. V4L2_MEMORY_OVERLAY = 3,
  165. };
  166. /* see also http://vektor.theorem.ca/graphics/ycbcr/ */
  167. enum v4l2_colorspace {
  168. /* ITU-R 601 -- broadcast NTSC/PAL */
  169. V4L2_COLORSPACE_SMPTE170M = 1,
  170. /* 1125-Line (US) HDTV */
  171. V4L2_COLORSPACE_SMPTE240M = 2,
  172. /* HD and modern captures. */
  173. V4L2_COLORSPACE_REC709 = 3,
  174. /* broken BT878 extents (601, luma range 16-253 instead of 16-235) */
  175. V4L2_COLORSPACE_BT878 = 4,
  176. /* These should be useful. Assume 601 extents. */
  177. V4L2_COLORSPACE_470_SYSTEM_M = 5,
  178. V4L2_COLORSPACE_470_SYSTEM_BG = 6,
  179. /* I know there will be cameras that send this. So, this is
  180. * unspecified chromaticities and full 0-255 on each of the
  181. * Y'CbCr components
  182. */
  183. V4L2_COLORSPACE_JPEG = 7,
  184. /* For RGB colourspaces, this is probably a good start. */
  185. V4L2_COLORSPACE_SRGB = 8,
  186. };
  187. enum v4l2_priority {
  188. V4L2_PRIORITY_UNSET = 0, /* not initialized */
  189. V4L2_PRIORITY_BACKGROUND = 1,
  190. V4L2_PRIORITY_INTERACTIVE = 2,
  191. V4L2_PRIORITY_RECORD = 3,
  192. V4L2_PRIORITY_DEFAULT = V4L2_PRIORITY_INTERACTIVE,
  193. };
  194. struct v4l2_rect {
  195. __s32 left;
  196. __s32 top;
  197. __s32 width;
  198. __s32 height;
  199. };
  200. struct v4l2_fract {
  201. __u32 numerator;
  202. __u32 denominator;
  203. };
  204. /*
  205. * D R I V E R C A P A B I L I T I E S
  206. */
  207. struct v4l2_capability
  208. {
  209. __u8 driver[16]; /* i.e. "bttv" */
  210. __u8 card[32]; /* i.e. "Hauppauge WinTV" */
  211. __u8 bus_info[32]; /* "PCI:" + pci_name(pci_dev) */
  212. __u32 version; /* should use KERNEL_VERSION() */
  213. __u32 capabilities; /* Device capabilities */
  214. __u32 reserved[4];
  215. };
  216. /* Values for 'capabilities' field */
  217. #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */
  218. #define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */
  219. #define V4L2_CAP_VIDEO_OVERLAY 0x00000004 /* Can do video overlay */
  220. #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
  221. #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
  222. #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
  223. #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
  224. #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
  225. #define V4L2_CAP_VIDEO_OUTPUT_POS 0x00000200 /* Video output can have x,y coords */
  226. #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000400 /* Can do video output overlay */
  227. #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */
  228. #define V4L2_CAP_AUDIO 0x00020000 /* has audio support */
  229. #define V4L2_CAP_RADIO 0x00040000 /* is a radio device */
  230. #define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */
  231. #define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */
  232. #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
  233. /*
  234. * V I D E O I M A G E F O R M A T
  235. */
  236. struct v4l2_pix_format
  237. {
  238. __u32 width;
  239. __u32 height;
  240. __u32 pixelformat;
  241. enum v4l2_field field;
  242. __u32 bytesperline; /* for padding, zero if unused */
  243. __u32 sizeimage;
  244. enum v4l2_colorspace colorspace;
  245. __u32 priv; /* private data, depends on pixelformat */
  246. };
  247. /* Pixel format FOURCC depth Description */
  248. #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R','G','B','1') /* 8 RGB-3-3-2 */
  249. #define V4L2_PIX_FMT_RGB555 v4l2_fourcc('R','G','B','O') /* 16 RGB-5-5-5 */
  250. #define V4L2_PIX_FMT_RGB565 v4l2_fourcc('R','G','B','P') /* 16 RGB-5-6-5 */
  251. #define V4L2_PIX_FMT_RGB555X v4l2_fourcc('R','G','B','Q') /* 16 RGB-5-5-5 BE */
  252. #define V4L2_PIX_FMT_RGB565X v4l2_fourcc('R','G','B','R') /* 16 RGB-5-6-5 BE */
  253. #define V4L2_PIX_FMT_BGR24 v4l2_fourcc('B','G','R','3') /* 24 BGR-8-8-8 */
  254. #define V4L2_PIX_FMT_RGB24 v4l2_fourcc('R','G','B','3') /* 24 RGB-8-8-8 */
  255. #define V4L2_PIX_FMT_BGR32 v4l2_fourcc('B','G','R','4') /* 32 BGR-8-8-8-8 */
  256. #define V4L2_PIX_FMT_RGB32 v4l2_fourcc('R','G','B','4') /* 32 RGB-8-8-8-8 */
  257. #define V4L2_PIX_FMT_GREY v4l2_fourcc('G','R','E','Y') /* 8 Greyscale */
  258. #define V4L2_PIX_FMT_YVU410 v4l2_fourcc('Y','V','U','9') /* 9 YVU 4:1:0 */
  259. #define V4L2_PIX_FMT_YVU420 v4l2_fourcc('Y','V','1','2') /* 12 YVU 4:2:0 */
  260. #define V4L2_PIX_FMT_YUYV v4l2_fourcc('Y','U','Y','V') /* 16 YUV 4:2:2 */
  261. #define V4L2_PIX_FMT_UYVY v4l2_fourcc('U','Y','V','Y') /* 16 YUV 4:2:2 */
  262. #define V4L2_PIX_FMT_YUV422P v4l2_fourcc('4','2','2','P') /* 16 YVU422 planar */
  263. #define V4L2_PIX_FMT_YUV411P v4l2_fourcc('4','1','1','P') /* 16 YVU411 planar */
  264. #define V4L2_PIX_FMT_Y41P v4l2_fourcc('Y','4','1','P') /* 12 YUV 4:1:1 */
  265. /* two planes -- one Y, one Cr + Cb interleaved */
  266. #define V4L2_PIX_FMT_NV12 v4l2_fourcc('N','V','1','2') /* 12 Y/CbCr 4:2:0 */
  267. #define V4L2_PIX_FMT_NV21 v4l2_fourcc('N','V','2','1') /* 12 Y/CrCb 4:2:0 */
  268. /* The following formats are not defined in the V4L2 specification */
  269. #define V4L2_PIX_FMT_YUV410 v4l2_fourcc('Y','U','V','9') /* 9 YUV 4:1:0 */
  270. #define V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y','U','1','2') /* 12 YUV 4:2:0 */
  271. #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y','Y','U','V') /* 16 YUV 4:2:2 */
  272. #define V4L2_PIX_FMT_HI240 v4l2_fourcc('H','I','2','4') /* 8 8-bit color */
  273. #define V4L2_PIX_FMT_HM12 v4l2_fourcc('H','M','1','2') /* 8 YUV 4:2:0 16x16 macroblocks */
  274. #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R','4','4','4') /* 16 xxxxrrrr ggggbbbb */
  275. /* see http://www.siliconimaging.com/RGB%20Bayer.htm */
  276. #define V4L2_PIX_FMT_SBGGR8 v4l2_fourcc('B','A','8','1') /* 8 BGBG.. GRGR.. */
  277. /* compressed formats */
  278. #define V4L2_PIX_FMT_MJPEG v4l2_fourcc('M','J','P','G') /* Motion-JPEG */
  279. #define V4L2_PIX_FMT_JPEG v4l2_fourcc('J','P','E','G') /* JFIF JPEG */
  280. #define V4L2_PIX_FMT_DV v4l2_fourcc('d','v','s','d') /* 1394 */
  281. #define V4L2_PIX_FMT_MPEG v4l2_fourcc('M','P','E','G') /* MPEG-1/2/4 */
  282. /* Vendor-specific formats */
  283. #define V4L2_PIX_FMT_WNVA v4l2_fourcc('W','N','V','A') /* Winnov hw compress */
  284. #define V4L2_PIX_FMT_SN9C10X v4l2_fourcc('S','9','1','0') /* SN9C10x compression */
  285. #define V4L2_PIX_FMT_PWC1 v4l2_fourcc('P','W','C','1') /* pwc older webcam */
  286. #define V4L2_PIX_FMT_PWC2 v4l2_fourcc('P','W','C','2') /* pwc newer webcam */
  287. #define V4L2_PIX_FMT_ET61X251 v4l2_fourcc('E','6','2','5') /* ET61X251 compression */
  288. /*
  289. * F O R M A T E N U M E R A T I O N
  290. */
  291. struct v4l2_fmtdesc
  292. {
  293. __u32 index; /* Format number */
  294. enum v4l2_buf_type type; /* buffer type */
  295. __u32 flags;
  296. __u8 description[32]; /* Description string */
  297. __u32 pixelformat; /* Format fourcc */
  298. __u32 reserved[4];
  299. };
  300. #define V4L2_FMT_FLAG_COMPRESSED 0x0001
  301. #if 1
  302. /* Experimental Frame Size and frame rate enumeration */
  303. /*
  304. * F R A M E S I Z E E N U M E R A T I O N
  305. */
  306. enum v4l2_frmsizetypes
  307. {
  308. V4L2_FRMSIZE_TYPE_DISCRETE = 1,
  309. V4L2_FRMSIZE_TYPE_CONTINUOUS = 2,
  310. V4L2_FRMSIZE_TYPE_STEPWISE = 3,
  311. };
  312. struct v4l2_frmsize_discrete
  313. {
  314. __u32 width; /* Frame width [pixel] */
  315. __u32 height; /* Frame height [pixel] */
  316. };
  317. struct v4l2_frmsize_stepwise
  318. {
  319. __u32 min_width; /* Minimum frame width [pixel] */
  320. __u32 max_width; /* Maximum frame width [pixel] */
  321. __u32 step_width; /* Frame width step size [pixel] */
  322. __u32 min_height; /* Minimum frame height [pixel] */
  323. __u32 max_height; /* Maximum frame height [pixel] */
  324. __u32 step_height; /* Frame height step size [pixel] */
  325. };
  326. struct v4l2_frmsizeenum
  327. {
  328. __u32 index; /* Frame size number */
  329. __u32 pixel_format; /* Pixel format */
  330. __u32 type; /* Frame size type the device supports. */
  331. union { /* Frame size */
  332. struct v4l2_frmsize_discrete discrete;
  333. struct v4l2_frmsize_stepwise stepwise;
  334. };
  335. __u32 reserved[2]; /* Reserved space for future use */
  336. };
  337. /*
  338. * F R A M E R A T E E N U M E R A T I O N
  339. */
  340. enum v4l2_frmivaltypes
  341. {
  342. V4L2_FRMIVAL_TYPE_DISCRETE = 1,
  343. V4L2_FRMIVAL_TYPE_CONTINUOUS = 2,
  344. V4L2_FRMIVAL_TYPE_STEPWISE = 3,
  345. };
  346. struct v4l2_frmival_stepwise
  347. {
  348. struct v4l2_fract min; /* Minimum frame interval [s] */
  349. struct v4l2_fract max; /* Maximum frame interval [s] */
  350. struct v4l2_fract step; /* Frame interval step size [s] */
  351. };
  352. struct v4l2_frmivalenum
  353. {
  354. __u32 index; /* Frame format index */
  355. __u32 pixel_format; /* Pixel format */
  356. __u32 width; /* Frame width */
  357. __u32 height; /* Frame height */
  358. __u32 type; /* Frame interval type the device supports. */
  359. union { /* Frame interval */
  360. struct v4l2_fract discrete;
  361. struct v4l2_frmival_stepwise stepwise;
  362. };
  363. __u32 reserved[2]; /* Reserved space for future use */
  364. };
  365. #endif
  366. /*
  367. * T I M E C O D E
  368. */
  369. struct v4l2_timecode
  370. {
  371. __u32 type;
  372. __u32 flags;
  373. __u8 frames;
  374. __u8 seconds;
  375. __u8 minutes;
  376. __u8 hours;
  377. __u8 userbits[4];
  378. };
  379. /* Type */
  380. #define V4L2_TC_TYPE_24FPS 1
  381. #define V4L2_TC_TYPE_25FPS 2
  382. #define V4L2_TC_TYPE_30FPS 3
  383. #define V4L2_TC_TYPE_50FPS 4
  384. #define V4L2_TC_TYPE_60FPS 5
  385. /* Flags */
  386. #define V4L2_TC_FLAG_DROPFRAME 0x0001 /* "drop-frame" mode */
  387. #define V4L2_TC_FLAG_COLORFRAME 0x0002
  388. #define V4L2_TC_USERBITS_field 0x000C
  389. #define V4L2_TC_USERBITS_USERDEFINED 0x0000
  390. #define V4L2_TC_USERBITS_8BITCHARS 0x0008
  391. /* The above is based on SMPTE timecodes */
  392. #ifdef __KERNEL__
  393. /*
  394. * M P E G C O M P R E S S I O N P A R A M E T E R S
  395. *
  396. * ### WARNING: This experimental MPEG compression API is obsolete.
  397. * ### It is replaced by the MPEG controls API.
  398. * ### This old API will disappear in the near future!
  399. *
  400. */
  401. enum v4l2_bitrate_mode {
  402. V4L2_BITRATE_NONE = 0, /* not specified */
  403. V4L2_BITRATE_CBR, /* constant bitrate */
  404. V4L2_BITRATE_VBR, /* variable bitrate */
  405. };
  406. struct v4l2_bitrate {
  407. /* rates are specified in kbit/sec */
  408. enum v4l2_bitrate_mode mode;
  409. __u32 min;
  410. __u32 target; /* use this one for CBR */
  411. __u32 max;
  412. };
  413. enum v4l2_mpeg_streamtype {
  414. V4L2_MPEG_SS_1, /* MPEG-1 system stream */
  415. V4L2_MPEG_PS_2, /* MPEG-2 program stream */
  416. V4L2_MPEG_TS_2, /* MPEG-2 transport stream */
  417. V4L2_MPEG_PS_DVD, /* MPEG-2 program stream with DVD header fixups */
  418. };
  419. enum v4l2_mpeg_audiotype {
  420. V4L2_MPEG_AU_2_I, /* MPEG-2 layer 1 */
  421. V4L2_MPEG_AU_2_II, /* MPEG-2 layer 2 */
  422. V4L2_MPEG_AU_2_III, /* MPEG-2 layer 3 */
  423. V4L2_MPEG_AC3, /* AC3 */
  424. V4L2_MPEG_LPCM, /* LPCM */
  425. };
  426. enum v4l2_mpeg_videotype {
  427. V4L2_MPEG_VI_1, /* MPEG-1 */
  428. V4L2_MPEG_VI_2, /* MPEG-2 */
  429. };
  430. enum v4l2_mpeg_aspectratio {
  431. V4L2_MPEG_ASPECT_SQUARE = 1, /* square pixel */
  432. V4L2_MPEG_ASPECT_4_3 = 2, /* 4 : 3 */
  433. V4L2_MPEG_ASPECT_16_9 = 3, /* 16 : 9 */
  434. V4L2_MPEG_ASPECT_1_221 = 4, /* 1 : 2,21 */
  435. };
  436. struct v4l2_mpeg_compression {
  437. /* general */
  438. enum v4l2_mpeg_streamtype st_type;
  439. struct v4l2_bitrate st_bitrate;
  440. /* transport streams */
  441. __u16 ts_pid_pmt;
  442. __u16 ts_pid_audio;
  443. __u16 ts_pid_video;
  444. __u16 ts_pid_pcr;
  445. /* program stream */
  446. __u16 ps_size;
  447. __u16 reserved_1; /* align */
  448. /* audio */
  449. enum v4l2_mpeg_audiotype au_type;
  450. struct v4l2_bitrate au_bitrate;
  451. __u32 au_sample_rate;
  452. __u8 au_pesid;
  453. __u8 reserved_2[3]; /* align */
  454. /* video */
  455. enum v4l2_mpeg_videotype vi_type;
  456. enum v4l2_mpeg_aspectratio vi_aspect_ratio;
  457. struct v4l2_bitrate vi_bitrate;
  458. __u32 vi_frame_rate;
  459. __u16 vi_frames_per_gop;
  460. __u16 vi_bframes_count;
  461. __u8 vi_pesid;
  462. __u8 reserved_3[3]; /* align */
  463. /* misc flags */
  464. __u32 closed_gops:1;
  465. __u32 pulldown:1;
  466. __u32 reserved_4:30; /* align */
  467. /* I don't expect the above being perfect yet ;) */
  468. __u32 reserved_5[8];
  469. };
  470. #endif
  471. struct v4l2_jpegcompression
  472. {
  473. int quality;
  474. int APPn; /* Number of APP segment to be written,
  475. * must be 0..15 */
  476. int APP_len; /* Length of data in JPEG APPn segment */
  477. char APP_data[60]; /* Data in the JPEG APPn segment. */
  478. int COM_len; /* Length of data in JPEG COM segment */
  479. char COM_data[60]; /* Data in JPEG COM segment */
  480. __u32 jpeg_markers; /* Which markers should go into the JPEG
  481. * output. Unless you exactly know what
  482. * you do, leave them untouched.
  483. * Inluding less markers will make the
  484. * resulting code smaller, but there will
  485. * be fewer aplications which can read it.
  486. * The presence of the APP and COM marker
  487. * is influenced by APP_len and COM_len
  488. * ONLY, not by this property! */
  489. #define V4L2_JPEG_MARKER_DHT (1<<3) /* Define Huffman Tables */
  490. #define V4L2_JPEG_MARKER_DQT (1<<4) /* Define Quantization Tables */
  491. #define V4L2_JPEG_MARKER_DRI (1<<5) /* Define Restart Interval */
  492. #define V4L2_JPEG_MARKER_COM (1<<6) /* Comment segment */
  493. #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
  494. * allways use APP0 */
  495. };
  496. /*
  497. * M E M O R Y - M A P P I N G B U F F E R S
  498. */
  499. struct v4l2_requestbuffers
  500. {
  501. __u32 count;
  502. enum v4l2_buf_type type;
  503. enum v4l2_memory memory;
  504. __u32 reserved[2];
  505. };
  506. struct v4l2_buffer
  507. {
  508. __u32 index;
  509. enum v4l2_buf_type type;
  510. __u32 bytesused;
  511. __u32 flags;
  512. enum v4l2_field field;
  513. struct timeval timestamp;
  514. struct v4l2_timecode timecode;
  515. __u32 sequence;
  516. /* memory location */
  517. enum v4l2_memory memory;
  518. union {
  519. __u32 offset;
  520. unsigned long userptr;
  521. } m;
  522. __u32 length;
  523. __u32 input;
  524. __u32 reserved;
  525. };
  526. /* Flags for 'flags' field */
  527. #define V4L2_BUF_FLAG_MAPPED 0x0001 /* Buffer is mapped (flag) */
  528. #define V4L2_BUF_FLAG_QUEUED 0x0002 /* Buffer is queued for processing */
  529. #define V4L2_BUF_FLAG_DONE 0x0004 /* Buffer is ready */
  530. #define V4L2_BUF_FLAG_KEYFRAME 0x0008 /* Image is a keyframe (I-frame) */
  531. #define V4L2_BUF_FLAG_PFRAME 0x0010 /* Image is a P-frame */
  532. #define V4L2_BUF_FLAG_BFRAME 0x0020 /* Image is a B-frame */
  533. #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
  534. #define V4L2_BUF_FLAG_INPUT 0x0200 /* input field is valid */
  535. /*
  536. * O V E R L A Y P R E V I E W
  537. */
  538. struct v4l2_framebuffer
  539. {
  540. __u32 capability;
  541. __u32 flags;
  542. /* FIXME: in theory we should pass something like PCI device + memory
  543. * region + offset instead of some physical address */
  544. void* base;
  545. struct v4l2_pix_format fmt;
  546. };
  547. /* Flags for the 'capability' field. Read only */
  548. #define V4L2_FBUF_CAP_EXTERNOVERLAY 0x0001
  549. #define V4L2_FBUF_CAP_CHROMAKEY 0x0002
  550. #define V4L2_FBUF_CAP_LIST_CLIPPING 0x0004
  551. #define V4L2_FBUF_CAP_BITMAP_CLIPPING 0x0008
  552. #define V4L2_FBUF_CAP_LOCAL_ALPHA 0x0010
  553. #define V4L2_FBUF_CAP_GLOBAL_ALPHA 0x0020
  554. /* Flags for the 'flags' field. */
  555. #define V4L2_FBUF_FLAG_PRIMARY 0x0001
  556. #define V4L2_FBUF_FLAG_OVERLAY 0x0002
  557. #define V4L2_FBUF_FLAG_CHROMAKEY 0x0004
  558. #define V4L2_FBUF_FLAG_LOCAL_ALPHA 0x0008
  559. #define V4L2_FBUF_FLAG_GLOBAL_ALPHA 0x0010
  560. struct v4l2_clip
  561. {
  562. struct v4l2_rect c;
  563. struct v4l2_clip __user *next;
  564. };
  565. struct v4l2_window
  566. {
  567. struct v4l2_rect w;
  568. enum v4l2_field field;
  569. __u32 chromakey;
  570. struct v4l2_clip __user *clips;
  571. __u32 clipcount;
  572. void __user *bitmap;
  573. __u8 global_alpha;
  574. };
  575. /*
  576. * C A P T U R E P A R A M E T E R S
  577. */
  578. struct v4l2_captureparm
  579. {
  580. __u32 capability; /* Supported modes */
  581. __u32 capturemode; /* Current mode */
  582. struct v4l2_fract timeperframe; /* Time per frame in .1us units */
  583. __u32 extendedmode; /* Driver-specific extensions */
  584. __u32 readbuffers; /* # of buffers for read */
  585. __u32 reserved[4];
  586. };
  587. /* Flags for 'capability' and 'capturemode' fields */
  588. #define V4L2_MODE_HIGHQUALITY 0x0001 /* High quality imaging mode */
  589. #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */
  590. struct v4l2_outputparm
  591. {
  592. __u32 capability; /* Supported modes */
  593. __u32 outputmode; /* Current mode */
  594. struct v4l2_fract timeperframe; /* Time per frame in seconds */
  595. __u32 extendedmode; /* Driver-specific extensions */
  596. __u32 writebuffers; /* # of buffers for write */
  597. __u32 reserved[4];
  598. };
  599. /*
  600. * I N P U T I M A G E C R O P P I N G
  601. */
  602. struct v4l2_cropcap {
  603. enum v4l2_buf_type type;
  604. struct v4l2_rect bounds;
  605. struct v4l2_rect defrect;
  606. struct v4l2_fract pixelaspect;
  607. };
  608. struct v4l2_crop {
  609. enum v4l2_buf_type type;
  610. struct v4l2_rect c;
  611. };
  612. /*
  613. * A N A L O G V I D E O S T A N D A R D
  614. */
  615. typedef __u64 v4l2_std_id;
  616. /* one bit for each */
  617. #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
  618. #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002)
  619. #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004)
  620. #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008)
  621. #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010)
  622. #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020)
  623. #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040)
  624. #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080)
  625. #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100)
  626. #define V4L2_STD_PAL_N ((v4l2_std_id)0x00000200)
  627. #define V4L2_STD_PAL_Nc ((v4l2_std_id)0x00000400)
  628. #define V4L2_STD_PAL_60 ((v4l2_std_id)0x00000800)
  629. #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000)
  630. #define V4L2_STD_NTSC_M_JP ((v4l2_std_id)0x00002000)
  631. #define V4L2_STD_NTSC_443 ((v4l2_std_id)0x00004000)
  632. #define V4L2_STD_NTSC_M_KR ((v4l2_std_id)0x00008000)
  633. #define V4L2_STD_SECAM_B ((v4l2_std_id)0x00010000)
  634. #define V4L2_STD_SECAM_D ((v4l2_std_id)0x00020000)
  635. #define V4L2_STD_SECAM_G ((v4l2_std_id)0x00040000)
  636. #define V4L2_STD_SECAM_H ((v4l2_std_id)0x00080000)
  637. #define V4L2_STD_SECAM_K ((v4l2_std_id)0x00100000)
  638. #define V4L2_STD_SECAM_K1 ((v4l2_std_id)0x00200000)
  639. #define V4L2_STD_SECAM_L ((v4l2_std_id)0x00400000)
  640. #define V4L2_STD_SECAM_LC ((v4l2_std_id)0x00800000)
  641. /* ATSC/HDTV */
  642. #define V4L2_STD_ATSC_8_VSB ((v4l2_std_id)0x01000000)
  643. #define V4L2_STD_ATSC_16_VSB ((v4l2_std_id)0x02000000)
  644. /* FIXME:
  645. Although std_id is 64 bits, there is an issue on PPC32 architecture that
  646. makes switch(__u64) to break. So, there's a hack on v4l2-common.c rounding
  647. this value to 32 bits.
  648. As, currently, the max value is for V4L2_STD_ATSC_16_VSB (30 bits wide),
  649. it should work fine. However, if needed to add more than two standards,
  650. v4l2-common.c should be fixed.
  651. */
  652. /* some merged standards */
  653. #define V4L2_STD_MN (V4L2_STD_PAL_M|V4L2_STD_PAL_N|V4L2_STD_PAL_Nc|V4L2_STD_NTSC)
  654. #define V4L2_STD_B (V4L2_STD_PAL_B|V4L2_STD_PAL_B1|V4L2_STD_SECAM_B)
  655. #define V4L2_STD_GH (V4L2_STD_PAL_G|V4L2_STD_PAL_H|V4L2_STD_SECAM_G|V4L2_STD_SECAM_H)
  656. #define V4L2_STD_DK (V4L2_STD_PAL_DK|V4L2_STD_SECAM_DK)
  657. /* some common needed stuff */
  658. #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
  659. V4L2_STD_PAL_B1 |\
  660. V4L2_STD_PAL_G)
  661. #define V4L2_STD_PAL_DK (V4L2_STD_PAL_D |\
  662. V4L2_STD_PAL_D1 |\
  663. V4L2_STD_PAL_K)
  664. #define V4L2_STD_PAL (V4L2_STD_PAL_BG |\
  665. V4L2_STD_PAL_DK |\
  666. V4L2_STD_PAL_H |\
  667. V4L2_STD_PAL_I)
  668. #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\
  669. V4L2_STD_NTSC_M_JP |\
  670. V4L2_STD_NTSC_M_KR)
  671. #define V4L2_STD_SECAM_DK (V4L2_STD_SECAM_D |\
  672. V4L2_STD_SECAM_K |\
  673. V4L2_STD_SECAM_K1)
  674. #define V4L2_STD_SECAM (V4L2_STD_SECAM_B |\
  675. V4L2_STD_SECAM_G |\
  676. V4L2_STD_SECAM_H |\
  677. V4L2_STD_SECAM_DK |\
  678. V4L2_STD_SECAM_L |\
  679. V4L2_STD_SECAM_LC)
  680. #define V4L2_STD_525_60 (V4L2_STD_PAL_M |\
  681. V4L2_STD_PAL_60 |\
  682. V4L2_STD_NTSC |\
  683. V4L2_STD_NTSC_443)
  684. #define V4L2_STD_625_50 (V4L2_STD_PAL |\
  685. V4L2_STD_PAL_N |\
  686. V4L2_STD_PAL_Nc |\
  687. V4L2_STD_SECAM)
  688. #define V4L2_STD_ATSC (V4L2_STD_ATSC_8_VSB |\
  689. V4L2_STD_ATSC_16_VSB)
  690. #define V4L2_STD_UNKNOWN 0
  691. #define V4L2_STD_ALL (V4L2_STD_525_60 |\
  692. V4L2_STD_625_50)
  693. struct v4l2_standard
  694. {
  695. __u32 index;
  696. v4l2_std_id id;
  697. __u8 name[24];
  698. struct v4l2_fract frameperiod; /* Frames, not fields */
  699. __u32 framelines;
  700. __u32 reserved[4];
  701. };
  702. /*
  703. * V I D E O I N P U T S
  704. */
  705. struct v4l2_input
  706. {
  707. __u32 index; /* Which input */
  708. __u8 name[32]; /* Label */
  709. __u32 type; /* Type of input */
  710. __u32 audioset; /* Associated audios (bitfield) */
  711. __u32 tuner; /* Associated tuner */
  712. v4l2_std_id std;
  713. __u32 status;
  714. __u32 reserved[4];
  715. };
  716. /* Values for the 'type' field */
  717. #define V4L2_INPUT_TYPE_TUNER 1
  718. #define V4L2_INPUT_TYPE_CAMERA 2
  719. /* field 'status' - general */
  720. #define V4L2_IN_ST_NO_POWER 0x00000001 /* Attached device is off */
  721. #define V4L2_IN_ST_NO_SIGNAL 0x00000002
  722. #define V4L2_IN_ST_NO_COLOR 0x00000004
  723. /* field 'status' - analog */
  724. #define V4L2_IN_ST_NO_H_LOCK 0x00000100 /* No horizontal sync lock */
  725. #define V4L2_IN_ST_COLOR_KILL 0x00000200 /* Color killer is active */
  726. /* field 'status' - digital */
  727. #define V4L2_IN_ST_NO_SYNC 0x00010000 /* No synchronization lock */
  728. #define V4L2_IN_ST_NO_EQU 0x00020000 /* No equalizer lock */
  729. #define V4L2_IN_ST_NO_CARRIER 0x00040000 /* Carrier recovery failed */
  730. /* field 'status' - VCR and set-top box */
  731. #define V4L2_IN_ST_MACROVISION 0x01000000 /* Macrovision detected */
  732. #define V4L2_IN_ST_NO_ACCESS 0x02000000 /* Conditional access denied */
  733. #define V4L2_IN_ST_VTR 0x04000000 /* VTR time constant */
  734. /*
  735. * V I D E O O U T P U T S
  736. */
  737. struct v4l2_output
  738. {
  739. __u32 index; /* Which output */
  740. __u8 name[32]; /* Label */
  741. __u32 type; /* Type of output */
  742. __u32 audioset; /* Associated audios (bitfield) */
  743. __u32 modulator; /* Associated modulator */
  744. v4l2_std_id std;
  745. __u32 reserved[4];
  746. };
  747. /* Values for the 'type' field */
  748. #define V4L2_OUTPUT_TYPE_MODULATOR 1
  749. #define V4L2_OUTPUT_TYPE_ANALOG 2
  750. #define V4L2_OUTPUT_TYPE_ANALOGVGAOVERLAY 3
  751. /*
  752. * C O N T R O L S
  753. */
  754. struct v4l2_control
  755. {
  756. __u32 id;
  757. __s32 value;
  758. };
  759. struct v4l2_ext_control
  760. {
  761. __u32 id;
  762. __u32 reserved2[2];
  763. union {
  764. __s32 value;
  765. __s64 value64;
  766. void *reserved;
  767. };
  768. } __attribute__ ((packed));
  769. struct v4l2_ext_controls
  770. {
  771. __u32 ctrl_class;
  772. __u32 count;
  773. __u32 error_idx;
  774. __u32 reserved[2];
  775. struct v4l2_ext_control *controls;
  776. };
  777. /* Values for ctrl_class field */
  778. #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
  779. #define V4L2_CTRL_CLASS_MPEG 0x00990000 /* MPEG-compression controls */
  780. #define V4L2_CTRL_ID_MASK (0x0fffffff)
  781. #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL)
  782. #define V4L2_CTRL_DRIVER_PRIV(id) (((id) & 0xffff) >= 0x1000)
  783. /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */
  784. struct v4l2_queryctrl
  785. {
  786. __u32 id;
  787. enum v4l2_ctrl_type type;
  788. __u8 name[32]; /* Whatever */
  789. __s32 minimum; /* Note signedness */
  790. __s32 maximum;
  791. __s32 step;
  792. __s32 default_value;
  793. __u32 flags;
  794. __u32 reserved[2];
  795. };
  796. /* Used in the VIDIOC_QUERYMENU ioctl for querying menu items */
  797. struct v4l2_querymenu
  798. {
  799. __u32 id;
  800. __u32 index;
  801. __u8 name[32]; /* Whatever */
  802. __u32 reserved;
  803. };
  804. /* Control flags */
  805. #define V4L2_CTRL_FLAG_DISABLED 0x0001
  806. #define V4L2_CTRL_FLAG_GRABBED 0x0002
  807. #define V4L2_CTRL_FLAG_READ_ONLY 0x0004
  808. #define V4L2_CTRL_FLAG_UPDATE 0x0008
  809. #define V4L2_CTRL_FLAG_INACTIVE 0x0010
  810. #define V4L2_CTRL_FLAG_SLIDER 0x0020
  811. /* Query flag, to be ORed with the control ID */
  812. #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000
  813. /* User-class control IDs defined by V4L2 */
  814. #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900)
  815. #define V4L2_CID_USER_BASE V4L2_CID_BASE
  816. /* IDs reserved for driver specific controls */
  817. #define V4L2_CID_PRIVATE_BASE 0x08000000
  818. #define V4L2_CID_USER_CLASS (V4L2_CTRL_CLASS_USER | 1)
  819. #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
  820. #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
  821. #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
  822. #define V4L2_CID_HUE (V4L2_CID_BASE+3)
  823. #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
  824. #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
  825. #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
  826. #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
  827. #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
  828. #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
  829. #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11)
  830. #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
  831. #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
  832. #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
  833. #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
  834. #define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
  835. #define V4L2_CID_WHITENESS (V4L2_CID_GAMMA) /* ? Not sure */
  836. #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
  837. #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
  838. #define V4L2_CID_GAIN (V4L2_CID_BASE+19)
  839. #define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
  840. #define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
  841. #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
  842. #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
  843. #define V4L2_CID_LASTP1 (V4L2_CID_BASE+24) /* last CID + 1 */
  844. /* MPEG-class control IDs defined by V4L2 */
  845. #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900)
  846. #define V4L2_CID_MPEG_CLASS (V4L2_CTRL_CLASS_MPEG | 1)
  847. /* MPEG streams */
  848. #define V4L2_CID_MPEG_STREAM_TYPE (V4L2_CID_MPEG_BASE+0)
  849. enum v4l2_mpeg_stream_type {
  850. V4L2_MPEG_STREAM_TYPE_MPEG2_PS = 0, /* MPEG-2 program stream */
  851. V4L2_MPEG_STREAM_TYPE_MPEG2_TS = 1, /* MPEG-2 transport stream */
  852. V4L2_MPEG_STREAM_TYPE_MPEG1_SS = 2, /* MPEG-1 system stream */
  853. V4L2_MPEG_STREAM_TYPE_MPEG2_DVD = 3, /* MPEG-2 DVD-compatible stream */
  854. V4L2_MPEG_STREAM_TYPE_MPEG1_VCD = 4, /* MPEG-1 VCD-compatible stream */
  855. V4L2_MPEG_STREAM_TYPE_MPEG2_SVCD = 5, /* MPEG-2 SVCD-compatible stream */
  856. };
  857. #define V4L2_CID_MPEG_STREAM_PID_PMT (V4L2_CID_MPEG_BASE+1)
  858. #define V4L2_CID_MPEG_STREAM_PID_AUDIO (V4L2_CID_MPEG_BASE+2)
  859. #define V4L2_CID_MPEG_STREAM_PID_VIDEO (V4L2_CID_MPEG_BASE+3)
  860. #define V4L2_CID_MPEG_STREAM_PID_PCR (V4L2_CID_MPEG_BASE+4)
  861. #define V4L2_CID_MPEG_STREAM_PES_ID_AUDIO (V4L2_CID_MPEG_BASE+5)
  862. #define V4L2_CID_MPEG_STREAM_PES_ID_VIDEO (V4L2_CID_MPEG_BASE+6)
  863. #define V4L2_CID_MPEG_STREAM_VBI_FMT (V4L2_CID_MPEG_BASE+7)
  864. enum v4l2_mpeg_stream_vbi_fmt {
  865. V4L2_MPEG_STREAM_VBI_FMT_NONE = 0, /* No VBI in the MPEG stream */
  866. V4L2_MPEG_STREAM_VBI_FMT_IVTV = 1, /* VBI in private packets, IVTV format */
  867. };
  868. /* MPEG audio */
  869. #define V4L2_CID_MPEG_AUDIO_SAMPLING_FREQ (V4L2_CID_MPEG_BASE+100)
  870. enum v4l2_mpeg_audio_sampling_freq {
  871. V4L2_MPEG_AUDIO_SAMPLING_FREQ_44100 = 0,
  872. V4L2_MPEG_AUDIO_SAMPLING_FREQ_48000 = 1,
  873. V4L2_MPEG_AUDIO_SAMPLING_FREQ_32000 = 2,
  874. };
  875. #define V4L2_CID_MPEG_AUDIO_ENCODING (V4L2_CID_MPEG_BASE+101)
  876. enum v4l2_mpeg_audio_encoding {
  877. V4L2_MPEG_AUDIO_ENCODING_LAYER_1 = 0,
  878. V4L2_MPEG_AUDIO_ENCODING_LAYER_2 = 1,
  879. V4L2_MPEG_AUDIO_ENCODING_LAYER_3 = 2,
  880. };
  881. #define V4L2_CID_MPEG_AUDIO_L1_BITRATE (V4L2_CID_MPEG_BASE+102)
  882. enum v4l2_mpeg_audio_l1_bitrate {
  883. V4L2_MPEG_AUDIO_L1_BITRATE_32K = 0,
  884. V4L2_MPEG_AUDIO_L1_BITRATE_64K = 1,
  885. V4L2_MPEG_AUDIO_L1_BITRATE_96K = 2,
  886. V4L2_MPEG_AUDIO_L1_BITRATE_128K = 3,
  887. V4L2_MPEG_AUDIO_L1_BITRATE_160K = 4,
  888. V4L2_MPEG_AUDIO_L1_BITRATE_192K = 5,
  889. V4L2_MPEG_AUDIO_L1_BITRATE_224K = 6,
  890. V4L2_MPEG_AUDIO_L1_BITRATE_256K = 7,
  891. V4L2_MPEG_AUDIO_L1_BITRATE_288K = 8,
  892. V4L2_MPEG_AUDIO_L1_BITRATE_320K = 9,
  893. V4L2_MPEG_AUDIO_L1_BITRATE_352K = 10,
  894. V4L2_MPEG_AUDIO_L1_BITRATE_384K = 11,
  895. V4L2_MPEG_AUDIO_L1_BITRATE_416K = 12,
  896. V4L2_MPEG_AUDIO_L1_BITRATE_448K = 13,
  897. };
  898. #define V4L2_CID_MPEG_AUDIO_L2_BITRATE (V4L2_CID_MPEG_BASE+103)
  899. enum v4l2_mpeg_audio_l2_bitrate {
  900. V4L2_MPEG_AUDIO_L2_BITRATE_32K = 0,
  901. V4L2_MPEG_AUDIO_L2_BITRATE_48K = 1,
  902. V4L2_MPEG_AUDIO_L2_BITRATE_56K = 2,
  903. V4L2_MPEG_AUDIO_L2_BITRATE_64K = 3,
  904. V4L2_MPEG_AUDIO_L2_BITRATE_80K = 4,
  905. V4L2_MPEG_AUDIO_L2_BITRATE_96K = 5,
  906. V4L2_MPEG_AUDIO_L2_BITRATE_112K = 6,
  907. V4L2_MPEG_AUDIO_L2_BITRATE_128K = 7,
  908. V4L2_MPEG_AUDIO_L2_BITRATE_160K = 8,
  909. V4L2_MPEG_AUDIO_L2_BITRATE_192K = 9,
  910. V4L2_MPEG_AUDIO_L2_BITRATE_224K = 10,
  911. V4L2_MPEG_AUDIO_L2_BITRATE_256K = 11,
  912. V4L2_MPEG_AUDIO_L2_BITRATE_320K = 12,
  913. V4L2_MPEG_AUDIO_L2_BITRATE_384K = 13,
  914. };
  915. #define V4L2_CID_MPEG_AUDIO_L3_BITRATE (V4L2_CID_MPEG_BASE+104)
  916. enum v4l2_mpeg_audio_l3_bitrate {
  917. V4L2_MPEG_AUDIO_L3_BITRATE_32K = 0,
  918. V4L2_MPEG_AUDIO_L3_BITRATE_40K = 1,
  919. V4L2_MPEG_AUDIO_L3_BITRATE_48K = 2,
  920. V4L2_MPEG_AUDIO_L3_BITRATE_56K = 3,
  921. V4L2_MPEG_AUDIO_L3_BITRATE_64K = 4,
  922. V4L2_MPEG_AUDIO_L3_BITRATE_80K = 5,
  923. V4L2_MPEG_AUDIO_L3_BITRATE_96K = 6,
  924. V4L2_MPEG_AUDIO_L3_BITRATE_112K = 7,
  925. V4L2_MPEG_AUDIO_L3_BITRATE_128K = 8,
  926. V4L2_MPEG_AUDIO_L3_BITRATE_160K = 9,
  927. V4L2_MPEG_AUDIO_L3_BITRATE_192K = 10,
  928. V4L2_MPEG_AUDIO_L3_BITRATE_224K = 11,
  929. V4L2_MPEG_AUDIO_L3_BITRATE_256K = 12,
  930. V4L2_MPEG_AUDIO_L3_BITRATE_320K = 13,
  931. };
  932. #define V4L2_CID_MPEG_AUDIO_MODE (V4L2_CID_MPEG_BASE+105)
  933. enum v4l2_mpeg_audio_mode {
  934. V4L2_MPEG_AUDIO_MODE_STEREO = 0,
  935. V4L2_MPEG_AUDIO_MODE_JOINT_STEREO = 1,
  936. V4L2_MPEG_AUDIO_MODE_DUAL = 2,
  937. V4L2_MPEG_AUDIO_MODE_MONO = 3,
  938. };
  939. #define V4L2_CID_MPEG_AUDIO_MODE_EXTENSION (V4L2_CID_MPEG_BASE+106)
  940. enum v4l2_mpeg_audio_mode_extension {
  941. V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_4 = 0,
  942. V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_8 = 1,
  943. V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_12 = 2,
  944. V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_16 = 3,
  945. };
  946. #define V4L2_CID_MPEG_AUDIO_EMPHASIS (V4L2_CID_MPEG_BASE+107)
  947. enum v4l2_mpeg_audio_emphasis {
  948. V4L2_MPEG_AUDIO_EMPHASIS_NONE = 0,
  949. V4L2_MPEG_AUDIO_EMPHASIS_50_DIV_15_uS = 1,
  950. V4L2_MPEG_AUDIO_EMPHASIS_CCITT_J17 = 2,
  951. };
  952. #define V4L2_CID_MPEG_AUDIO_CRC (V4L2_CID_MPEG_BASE+108)
  953. enum v4l2_mpeg_audio_crc {
  954. V4L2_MPEG_AUDIO_CRC_NONE = 0,
  955. V4L2_MPEG_AUDIO_CRC_CRC16 = 1,
  956. };
  957. #define V4L2_CID_MPEG_AUDIO_MUTE (V4L2_CID_MPEG_BASE+109)
  958. /* MPEG video */
  959. #define V4L2_CID_MPEG_VIDEO_ENCODING (V4L2_CID_MPEG_BASE+200)
  960. enum v4l2_mpeg_video_encoding {
  961. V4L2_MPEG_VIDEO_ENCODING_MPEG_1 = 0,
  962. V4L2_MPEG_VIDEO_ENCODING_MPEG_2 = 1,
  963. };
  964. #define V4L2_CID_MPEG_VIDEO_ASPECT (V4L2_CID_MPEG_BASE+201)
  965. enum v4l2_mpeg_video_aspect {
  966. V4L2_MPEG_VIDEO_ASPECT_1x1 = 0,
  967. V4L2_MPEG_VIDEO_ASPECT_4x3 = 1,
  968. V4L2_MPEG_VIDEO_ASPECT_16x9 = 2,
  969. V4L2_MPEG_VIDEO_ASPECT_221x100 = 3,
  970. };
  971. #define V4L2_CID_MPEG_VIDEO_B_FRAMES (V4L2_CID_MPEG_BASE+202)
  972. #define V4L2_CID_MPEG_VIDEO_GOP_SIZE (V4L2_CID_MPEG_BASE+203)
  973. #define V4L2_CID_MPEG_VIDEO_GOP_CLOSURE (V4L2_CID_MPEG_BASE+204)
  974. #define V4L2_CID_MPEG_VIDEO_PULLDOWN (V4L2_CID_MPEG_BASE+205)
  975. #define V4L2_CID_MPEG_VIDEO_BITRATE_MODE (V4L2_CID_MPEG_BASE+206)
  976. enum v4l2_mpeg_video_bitrate_mode {
  977. V4L2_MPEG_VIDEO_BITRATE_MODE_VBR = 0,
  978. V4L2_MPEG_VIDEO_BITRATE_MODE_CBR = 1,
  979. };
  980. #define V4L2_CID_MPEG_VIDEO_BITRATE (V4L2_CID_MPEG_BASE+207)
  981. #define V4L2_CID_MPEG_VIDEO_BITRATE_PEAK (V4L2_CID_MPEG_BASE+208)
  982. #define V4L2_CID_MPEG_VIDEO_TEMPORAL_DECIMATION (V4L2_CID_MPEG_BASE+209)
  983. #define V4L2_CID_MPEG_VIDEO_MUTE (V4L2_CID_MPEG_BASE+210)
  984. #define V4L2_CID_MPEG_VIDEO_MUTE_YUV (V4L2_CID_MPEG_BASE+211)
  985. /* MPEG-class control IDs specific to the CX2584x driver as defined by V4L2 */
  986. #define V4L2_CID_MPEG_CX2341X_BASE (V4L2_CTRL_CLASS_MPEG | 0x1000)
  987. #define V4L2_CID_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE (V4L2_CID_MPEG_CX2341X_BASE+0)
  988. enum v4l2_mpeg_cx2341x_video_spatial_filter_mode {
  989. V4L2_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE_MANUAL = 0,
  990. V4L2_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE_AUTO = 1,
  991. };
  992. #define V4L2_CID_MPEG_CX2341X_VIDEO_SPATIAL_FILTER (V4L2_CID_MPEG_CX2341X_BASE+1)
  993. #define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE (V4L2_CID_MPEG_CX2341X_BASE+2)
  994. enum v4l2_mpeg_cx2341x_video_luma_spatial_filter_type {
  995. V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_OFF = 0,
  996. V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_1D_HOR = 1,
  997. V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_1D_VERT = 2,
  998. V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_2D_HV_SEPARABLE = 3,
  999. V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_2D_SYM_NON_SEPARABLE = 4,
  1000. };
  1001. #define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE (V4L2_CID_MPEG_CX2341X_BASE+3)
  1002. enum v4l2_mpeg_cx2341x_video_chroma_spatial_filter_type {
  1003. V4L2_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE_OFF = 0,
  1004. V4L2_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE_1D_HOR = 1,
  1005. };
  1006. #define V4L2_CID_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE (V4L2_CID_MPEG_CX2341X_BASE+4)
  1007. enum v4l2_mpeg_cx2341x_video_temporal_filter_mode {
  1008. V4L2_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE_MANUAL = 0,
  1009. V4L2_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE_AUTO = 1,
  1010. };
  1011. #define V4L2_CID_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER (V4L2_CID_MPEG_CX2341X_BASE+5)
  1012. #define V4L2_CID_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE (V4L2_CID_MPEG_CX2341X_BASE+6)
  1013. enum v4l2_mpeg_cx2341x_video_median_filter_type {
  1014. V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_OFF = 0,
  1015. V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_HOR = 1,
  1016. V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_VERT = 2,
  1017. V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_HOR_VERT = 3,
  1018. V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_DIAG = 4,
  1019. };
  1020. #define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_MEDIAN_FILTER_BOTTOM (V4L2_CID_MPEG_CX2341X_BASE+7)
  1021. #define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_MEDIAN_FILTER_TOP (V4L2_CID_MPEG_CX2341X_BASE+8)
  1022. #define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_MEDIAN_FILTER_BOTTOM (V4L2_CID_MPEG_CX2341X_BASE+9)
  1023. #define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_MEDIAN_FILTER_TOP (V4L2_CID_MPEG_CX2341X_BASE+10)
  1024. #define V4L2_CID_MPEG_CX2341X_STREAM_INSERT_NAV_PACKETS (V4L2_CID_MPEG_CX2341X_BASE+11)
  1025. /*
  1026. * T U N I N G
  1027. */
  1028. struct v4l2_tuner
  1029. {
  1030. __u32 index;
  1031. __u8 name[32];
  1032. enum v4l2_tuner_type type;
  1033. __u32 capability;
  1034. __u32 rangelow;
  1035. __u32 rangehigh;
  1036. __u32 rxsubchans;
  1037. __u32 audmode;
  1038. __s32 signal;
  1039. __s32 afc;
  1040. __u32 reserved[4];
  1041. };
  1042. struct v4l2_modulator
  1043. {
  1044. __u32 index;
  1045. __u8 name[32];
  1046. __u32 capability;
  1047. __u32 rangelow;
  1048. __u32 rangehigh;
  1049. __u32 txsubchans;
  1050. __u32 reserved[4];
  1051. };
  1052. /* Flags for the 'capability' field */
  1053. #define V4L2_TUNER_CAP_LOW 0x0001
  1054. #define V4L2_TUNER_CAP_NORM 0x0002
  1055. #define V4L2_TUNER_CAP_STEREO 0x0010
  1056. #define V4L2_TUNER_CAP_LANG2 0x0020
  1057. #define V4L2_TUNER_CAP_SAP 0x0020
  1058. #define V4L2_TUNER_CAP_LANG1 0x0040
  1059. /* Flags for the 'rxsubchans' field */
  1060. #define V4L2_TUNER_SUB_MONO 0x0001
  1061. #define V4L2_TUNER_SUB_STEREO 0x0002
  1062. #define V4L2_TUNER_SUB_LANG2 0x0004
  1063. #define V4L2_TUNER_SUB_SAP 0x0004
  1064. #define V4L2_TUNER_SUB_LANG1 0x0008
  1065. /* Values for the 'audmode' field */
  1066. #define V4L2_TUNER_MODE_MONO 0x0000
  1067. #define V4L2_TUNER_MODE_STEREO 0x0001
  1068. #define V4L2_TUNER_MODE_LANG2 0x0002
  1069. #define V4L2_TUNER_MODE_SAP 0x0002
  1070. #define V4L2_TUNER_MODE_LANG1 0x0003
  1071. #define V4L2_TUNER_MODE_LANG1_LANG2 0x0004
  1072. struct v4l2_frequency
  1073. {
  1074. __u32 tuner;
  1075. enum v4l2_tuner_type type;
  1076. __u32 frequency;
  1077. __u32 reserved[8];
  1078. };
  1079. /*
  1080. * A U D I O
  1081. */
  1082. struct v4l2_audio
  1083. {
  1084. __u32 index;
  1085. __u8 name[32];
  1086. __u32 capability;
  1087. __u32 mode;
  1088. __u32 reserved[2];
  1089. };
  1090. /* Flags for the 'capability' field */
  1091. #define V4L2_AUDCAP_STEREO 0x00001
  1092. #define V4L2_AUDCAP_AVL 0x00002
  1093. /* Flags for the 'mode' field */
  1094. #define V4L2_AUDMODE_AVL 0x00001
  1095. struct v4l2_audioout
  1096. {
  1097. __u32 index;
  1098. __u8 name[32];
  1099. __u32 capability;
  1100. __u32 mode;
  1101. __u32 reserved[2];
  1102. };
  1103. /*
  1104. * M P E G S E R V I C E S
  1105. *
  1106. * NOTE: EXPERIMENTAL API
  1107. */
  1108. #if 1
  1109. #define V4L2_ENC_IDX_FRAME_I (0)
  1110. #define V4L2_ENC_IDX_FRAME_P (1)
  1111. #define V4L2_ENC_IDX_FRAME_B (2)
  1112. #define V4L2_ENC_IDX_FRAME_MASK (0xf)
  1113. struct v4l2_enc_idx_entry {
  1114. __u64 offset;
  1115. __u64 pts;
  1116. __u32 length;
  1117. __u32 flags;
  1118. __u32 reserved[2];
  1119. };
  1120. #define V4L2_ENC_IDX_ENTRIES (64)
  1121. struct v4l2_enc_idx {
  1122. __u32 entries;
  1123. __u32 entries_cap;
  1124. __u32 reserved[4];
  1125. struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
  1126. };
  1127. #define V4L2_ENC_CMD_START (0)
  1128. #define V4L2_ENC_CMD_STOP (1)
  1129. #define V4L2_ENC_CMD_PAUSE (2)
  1130. #define V4L2_ENC_CMD_RESUME (3)
  1131. /* Flags for V4L2_ENC_CMD_STOP */
  1132. #define V4L2_ENC_CMD_STOP_AT_GOP_END (1 << 0)
  1133. struct v4l2_encoder_cmd {
  1134. __u32 cmd;
  1135. __u32 flags;
  1136. union {
  1137. struct {
  1138. __u32 data[8];
  1139. } raw;
  1140. };
  1141. };
  1142. #endif
  1143. /*
  1144. * D A T A S E R V I C E S ( V B I )
  1145. *
  1146. * Data services API by Michael Schimek
  1147. */
  1148. /* Raw VBI */
  1149. struct v4l2_vbi_format
  1150. {
  1151. __u32 sampling_rate; /* in 1 Hz */
  1152. __u32 offset;
  1153. __u32 samples_per_line;
  1154. __u32 sample_format; /* V4L2_PIX_FMT_* */
  1155. __s32 start[2];
  1156. __u32 count[2];
  1157. __u32 flags; /* V4L2_VBI_* */
  1158. __u32 reserved[2]; /* must be zero */
  1159. };
  1160. /* VBI flags */
  1161. #define V4L2_VBI_UNSYNC (1<< 0)
  1162. #define V4L2_VBI_INTERLACED (1<< 1)
  1163. /* Sliced VBI
  1164. *
  1165. * This implements is a proposal V4L2 API to allow SLICED VBI
  1166. * required for some hardware encoders. It should change without
  1167. * notice in the definitive implementation.
  1168. */
  1169. struct v4l2_sliced_vbi_format
  1170. {
  1171. __u16 service_set;
  1172. /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
  1173. service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
  1174. (equals frame lines 313-336 for 625 line video
  1175. standards, 263-286 for 525 line standards) */
  1176. __u16 service_lines[2][24];
  1177. __u32 io_size;
  1178. __u32 reserved[2]; /* must be zero */
  1179. };
  1180. /* Teletext World System Teletext
  1181. (WST), defined on ITU-R BT.653-2 */
  1182. #define V4L2_SLICED_TELETEXT_B (0x0001)
  1183. /* Video Program System, defined on ETS 300 231*/
  1184. #define V4L2_SLICED_VPS (0x0400)
  1185. /* Closed Caption, defined on EIA-608 */
  1186. #define V4L2_SLICED_CAPTION_525 (0x1000)
  1187. /* Wide Screen System, defined on ITU-R BT1119.1 */
  1188. #define V4L2_SLICED_WSS_625 (0x4000)
  1189. #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
  1190. #define V4L2_SLICED_VBI_625 (V4L2_SLICED_TELETEXT_B | V4L2_SLICED_VPS | V4L2_SLICED_WSS_625)
  1191. struct v4l2_sliced_vbi_cap
  1192. {
  1193. __u16 service_set;
  1194. /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
  1195. service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
  1196. (equals frame lines 313-336 for 625 line video
  1197. standards, 263-286 for 525 line standards) */
  1198. __u16 service_lines[2][24];
  1199. enum v4l2_buf_type type;
  1200. __u32 reserved[3]; /* must be 0 */
  1201. };
  1202. struct v4l2_sliced_vbi_data
  1203. {
  1204. __u32 id;
  1205. __u32 field; /* 0: first field, 1: second field */
  1206. __u32 line; /* 1-23 */
  1207. __u32 reserved; /* must be 0 */
  1208. __u8 data[48];
  1209. };
  1210. /*
  1211. * A G G R E G A T E S T R U C T U R E S
  1212. */
  1213. /* Stream data format
  1214. */
  1215. struct v4l2_format
  1216. {
  1217. enum v4l2_buf_type type;
  1218. union
  1219. {
  1220. struct v4l2_pix_format pix; // V4L2_BUF_TYPE_VIDEO_CAPTURE
  1221. struct v4l2_window win; // V4L2_BUF_TYPE_VIDEO_OVERLAY
  1222. struct v4l2_vbi_format vbi; // V4L2_BUF_TYPE_VBI_CAPTURE
  1223. struct v4l2_sliced_vbi_format sliced; // V4L2_BUF_TYPE_SLICED_VBI_CAPTURE
  1224. __u8 raw_data[200]; // user-defined
  1225. } fmt;
  1226. };
  1227. /* Stream type-dependent parameters
  1228. */
  1229. struct v4l2_streamparm
  1230. {
  1231. enum v4l2_buf_type type;
  1232. union
  1233. {
  1234. struct v4l2_captureparm capture;
  1235. struct v4l2_outputparm output;
  1236. __u8 raw_data[200]; /* user-defined */
  1237. } parm;
  1238. };
  1239. /*
  1240. * A D V A N C E D D E B U G G I N G
  1241. *
  1242. * NOTE: EXPERIMENTAL API
  1243. */
  1244. /* VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER */
  1245. #define V4L2_CHIP_MATCH_HOST 0 /* Match against chip ID on host (0 for the host) */
  1246. #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver ID */
  1247. #define V4L2_CHIP_MATCH_I2C_ADDR 2 /* Match against I2C 7-bit address */
  1248. struct v4l2_register {
  1249. __u32 match_type; /* Match type */
  1250. __u32 match_chip; /* Match this chip, meaning determined by match_type */
  1251. __u64 reg;
  1252. __u64 val;
  1253. };
  1254. /* VIDIOC_G_CHIP_IDENT */
  1255. struct v4l2_chip_ident {
  1256. __u32 match_type; /* Match type */
  1257. __u32 match_chip; /* Match this chip, meaning determined by match_type */
  1258. __u32 ident; /* chip identifier as specified in <media/v4l2-chip-ident.h> */
  1259. __u32 revision; /* chip revision, chip specific */
  1260. };
  1261. /*
  1262. * I O C T L C O D E S F O R V I D E O D E V I C E S
  1263. *
  1264. */
  1265. #define VIDIOC_QUERYCAP _IOR ('V', 0, struct v4l2_capability)
  1266. #define VIDIOC_RESERVED _IO ('V', 1)
  1267. #define VIDIOC_ENUM_FMT _IOWR ('V', 2, struct v4l2_fmtdesc)
  1268. #define VIDIOC_G_FMT _IOWR ('V', 4, struct v4l2_format)
  1269. #define VIDIOC_S_FMT _IOWR ('V', 5, struct v4l2_format)
  1270. #ifdef __KERNEL__
  1271. #define VIDIOC_G_MPEGCOMP _IOR ('V', 6, struct v4l2_mpeg_compression)
  1272. #define VIDIOC_S_MPEGCOMP _IOW ('V', 7, struct v4l2_mpeg_compression)
  1273. #endif
  1274. #define VIDIOC_REQBUFS _IOWR ('V', 8, struct v4l2_requestbuffers)
  1275. #define VIDIOC_QUERYBUF _IOWR ('V', 9, struct v4l2_buffer)
  1276. #define VIDIOC_G_FBUF _IOR ('V', 10, struct v4l2_framebuffer)
  1277. #define VIDIOC_S_FBUF _IOW ('V', 11, struct v4l2_framebuffer)
  1278. #define VIDIOC_OVERLAY _IOW ('V', 14, int)
  1279. #define VIDIOC_QBUF _IOWR ('V', 15, struct v4l2_buffer)
  1280. #define VIDIOC_DQBUF _IOWR ('V', 17, struct v4l2_buffer)
  1281. #define VIDIOC_STREAMON _IOW ('V', 18, int)
  1282. #define VIDIOC_STREAMOFF _IOW ('V', 19, int)
  1283. #define VIDIOC_G_PARM _IOWR ('V', 21, struct v4l2_streamparm)
  1284. #define VIDIOC_S_PARM _IOWR ('V', 22, struct v4l2_streamparm)
  1285. #define VIDIOC_G_STD _IOR ('V', 23, v4l2_std_id)
  1286. #define VIDIOC_S_STD _IOW ('V', 24, v4l2_std_id)
  1287. #define VIDIOC_ENUMSTD _IOWR ('V', 25, struct v4l2_standard)
  1288. #define VIDIOC_ENUMINPUT _IOWR ('V', 26, struct v4l2_input)
  1289. #define VIDIOC_G_CTRL _IOWR ('V', 27, struct v4l2_control)
  1290. #define VIDIOC_S_CTRL _IOWR ('V', 28, struct v4l2_control)
  1291. #define VIDIOC_G_TUNER _IOWR ('V', 29, struct v4l2_tuner)
  1292. #define VIDIOC_S_TUNER _IOW ('V', 30, struct v4l2_tuner)
  1293. #define VIDIOC_G_AUDIO _IOR ('V', 33, struct v4l2_audio)
  1294. #define VIDIOC_S_AUDIO _IOW ('V', 34, struct v4l2_audio)
  1295. #define VIDIOC_QUERYCTRL _IOWR ('V', 36, struct v4l2_queryctrl)
  1296. #define VIDIOC_QUERYMENU _IOWR ('V', 37, struct v4l2_querymenu)
  1297. #define VIDIOC_G_INPUT _IOR ('V', 38, int)
  1298. #define VIDIOC_S_INPUT _IOWR ('V', 39, int)
  1299. #define VIDIOC_G_OUTPUT _IOR ('V', 46, int)
  1300. #define VIDIOC_S_OUTPUT _IOWR ('V', 47, int)
  1301. #define VIDIOC_ENUMOUTPUT _IOWR ('V', 48, struct v4l2_output)
  1302. #define VIDIOC_G_AUDOUT _IOR ('V', 49, struct v4l2_audioout)
  1303. #define VIDIOC_S_AUDOUT _IOW ('V', 50, struct v4l2_audioout)
  1304. #define VIDIOC_G_MODULATOR _IOWR ('V', 54, struct v4l2_modulator)
  1305. #define VIDIOC_S_MODULATOR _IOW ('V', 55, struct v4l2_modulator)
  1306. #define VIDIOC_G_FREQUENCY _IOWR ('V', 56, struct v4l2_frequency)
  1307. #define VIDIOC_S_FREQUENCY _IOW ('V', 57, struct v4l2_frequency)
  1308. #define VIDIOC_CROPCAP _IOWR ('V', 58, struct v4l2_cropcap)
  1309. #define VIDIOC_G_CROP _IOWR ('V', 59, struct v4l2_crop)
  1310. #define VIDIOC_S_CROP _IOW ('V', 60, struct v4l2_crop)
  1311. #define VIDIOC_G_JPEGCOMP _IOR ('V', 61, struct v4l2_jpegcompression)
  1312. #define VIDIOC_S_JPEGCOMP _IOW ('V', 62, struct v4l2_jpegcompression)
  1313. #define VIDIOC_QUERYSTD _IOR ('V', 63, v4l2_std_id)
  1314. #define VIDIOC_TRY_FMT _IOWR ('V', 64, struct v4l2_format)
  1315. #define VIDIOC_ENUMAUDIO _IOWR ('V', 65, struct v4l2_audio)
  1316. #define VIDIOC_ENUMAUDOUT _IOWR ('V', 66, struct v4l2_audioout)
  1317. #define VIDIOC_G_PRIORITY _IOR ('V', 67, enum v4l2_priority)
  1318. #define VIDIOC_S_PRIORITY _IOW ('V', 68, enum v4l2_priority)
  1319. #define VIDIOC_G_SLICED_VBI_CAP _IOWR ('V', 69, struct v4l2_sliced_vbi_cap)
  1320. #define VIDIOC_LOG_STATUS _IO ('V', 70)
  1321. #define VIDIOC_G_EXT_CTRLS _IOWR ('V', 71, struct v4l2_ext_controls)
  1322. #define VIDIOC_S_EXT_CTRLS _IOWR ('V', 72, struct v4l2_ext_controls)
  1323. #define VIDIOC_TRY_EXT_CTRLS _IOWR ('V', 73, struct v4l2_ext_controls)
  1324. #if 1
  1325. #define VIDIOC_ENUM_FRAMESIZES _IOWR ('V', 74, struct v4l2_frmsizeenum)
  1326. #define VIDIOC_ENUM_FRAMEINTERVALS _IOWR ('V', 75, struct v4l2_frmivalenum)
  1327. #define VIDIOC_G_ENC_INDEX _IOR ('V', 76, struct v4l2_enc_idx)
  1328. #define VIDIOC_ENCODER_CMD _IOWR ('V', 77, struct v4l2_encoder_cmd)
  1329. #define VIDIOC_TRY_ENCODER_CMD _IOWR ('V', 78, struct v4l2_encoder_cmd)
  1330. /* Experimental, only implemented if CONFIG_VIDEO_ADV_DEBUG is defined */
  1331. #define VIDIOC_DBG_S_REGISTER _IOW ('V', 79, struct v4l2_register)
  1332. #define VIDIOC_DBG_G_REGISTER _IOWR ('V', 80, struct v4l2_register)
  1333. #define VIDIOC_G_CHIP_IDENT _IOWR ('V', 81, struct v4l2_chip_ident)
  1334. #endif
  1335. #ifdef __OLD_VIDIOC_
  1336. /* for compatibility, will go away some day */
  1337. #define VIDIOC_OVERLAY_OLD _IOWR ('V', 14, int)
  1338. #define VIDIOC_S_PARM_OLD _IOW ('V', 22, struct v4l2_streamparm)
  1339. #define VIDIOC_S_CTRL_OLD _IOW ('V', 28, struct v4l2_control)
  1340. #define VIDIOC_G_AUDIO_OLD _IOWR ('V', 33, struct v4l2_audio)
  1341. #define VIDIOC_G_AUDOUT_OLD _IOWR ('V', 49, struct v4l2_audioout)
  1342. #define VIDIOC_CROPCAP_OLD _IOR ('V', 58, struct v4l2_cropcap)
  1343. #endif
  1344. #define BASE_VIDIOC_PRIVATE 192 /* 192-255 are private */
  1345. #endif /* __LINUX_VIDEODEV2_H */
  1346. /*
  1347. * Local variables:
  1348. * c-basic-offset: 8
  1349. * End:
  1350. */