videodev2.h 51 KB

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