videodev2.h 52 KB

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