v4l2_fourcc        82 include/uapi/linux/videodev2.h #define v4l2_fourcc_be(a, b, c, d)	(v4l2_fourcc(a, b, c, d) | (1 << 31))
v4l2_fourcc       302 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB332  v4l2_fourcc('R', 'G', 'B', '1') /*  8  RGB-3-3-2     */
v4l2_fourcc       303 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB444  v4l2_fourcc('R', '4', '4', '4') /* 16  xxxxrrrr ggggbbbb */
v4l2_fourcc       304 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16  aaaarrrr ggggbbbb */
v4l2_fourcc       305 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16  xxxxrrrr ggggbbbb */
v4l2_fourcc       306 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB555  v4l2_fourcc('R', 'G', 'B', 'O') /* 16  RGB-5-5-5     */
v4l2_fourcc       307 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_ARGB555 v4l2_fourcc('A', 'R', '1', '5') /* 16  ARGB-1-5-5-5  */
v4l2_fourcc       308 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') /* 16  XRGB-1-5-5-5  */
v4l2_fourcc       309 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB565  v4l2_fourcc('R', 'G', 'B', 'P') /* 16  RGB-5-6-5     */
v4l2_fourcc       310 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB555X v4l2_fourcc('R', 'G', 'B', 'Q') /* 16  RGB-5-5-5 BE  */
v4l2_fourcc       313 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB565X v4l2_fourcc('R', 'G', 'B', 'R') /* 16  RGB-5-6-5 BE  */
v4l2_fourcc       314 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_BGR666  v4l2_fourcc('B', 'G', 'R', 'H') /* 18  BGR-6-6-6	  */
v4l2_fourcc       315 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_BGR24   v4l2_fourcc('B', 'G', 'R', '3') /* 24  BGR-8-8-8     */
v4l2_fourcc       316 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB24   v4l2_fourcc('R', 'G', 'B', '3') /* 24  RGB-8-8-8     */
v4l2_fourcc       317 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_BGR32   v4l2_fourcc('B', 'G', 'R', '4') /* 32  BGR-8-8-8-8   */
v4l2_fourcc       318 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_ABGR32  v4l2_fourcc('A', 'R', '2', '4') /* 32  BGRA-8-8-8-8  */
v4l2_fourcc       319 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_XBGR32  v4l2_fourcc('X', 'R', '2', '4') /* 32  BGRX-8-8-8-8  */
v4l2_fourcc       320 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_RGB32   v4l2_fourcc('R', 'G', 'B', '4') /* 32  RGB-8-8-8-8   */
v4l2_fourcc       321 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_ARGB32  v4l2_fourcc('B', 'A', '2', '4') /* 32  ARGB-8-8-8-8  */
v4l2_fourcc       322 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_XRGB32  v4l2_fourcc('B', 'X', '2', '4') /* 32  XRGB-8-8-8-8  */
v4l2_fourcc       325 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_GREY    v4l2_fourcc('G', 'R', 'E', 'Y') /*  8  Greyscale     */
v4l2_fourcc       326 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_Y4      v4l2_fourcc('Y', '0', '4', ' ') /*  4  Greyscale     */
v4l2_fourcc       327 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_Y6      v4l2_fourcc('Y', '0', '6', ' ') /*  6  Greyscale     */
v4l2_fourcc       328 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_Y10     v4l2_fourcc('Y', '1', '0', ' ') /* 10  Greyscale     */
v4l2_fourcc       329 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_Y12     v4l2_fourcc('Y', '1', '2', ' ') /* 12  Greyscale     */
v4l2_fourcc       330 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_Y16     v4l2_fourcc('Y', '1', '6', ' ') /* 16  Greyscale     */
v4l2_fourcc       333 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_Y10BPACK    v4l2_fourcc('Y', '1', '0', 'B') /* 10  Greyscale bit-packed */
v4l2_fourcc       336 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_PAL8    v4l2_fourcc('P', 'A', 'L', '8') /*  8  8-bit palette */
v4l2_fourcc       339 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_UV8     v4l2_fourcc('U', 'V', '8', ' ') /*  8  UV 4:4 */
v4l2_fourcc       342 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YVU410  v4l2_fourcc('Y', 'V', 'U', '9') /*  9  YVU 4:1:0     */
v4l2_fourcc       343 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YVU420  v4l2_fourcc('Y', 'V', '1', '2') /* 12  YVU 4:2:0     */
v4l2_fourcc       344 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUYV    v4l2_fourcc('Y', 'U', 'Y', 'V') /* 16  YUV 4:2:2     */
v4l2_fourcc       345 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YYUV    v4l2_fourcc('Y', 'Y', 'U', 'V') /* 16  YUV 4:2:2     */
v4l2_fourcc       346 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YVYU    v4l2_fourcc('Y', 'V', 'Y', 'U') /* 16 YVU 4:2:2 */
v4l2_fourcc       347 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_UYVY    v4l2_fourcc('U', 'Y', 'V', 'Y') /* 16  YUV 4:2:2     */
v4l2_fourcc       348 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_VYUY    v4l2_fourcc('V', 'Y', 'U', 'Y') /* 16  YUV 4:2:2     */
v4l2_fourcc       349 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV422P v4l2_fourcc('4', '2', '2', 'P') /* 16  YVU422 planar */
v4l2_fourcc       350 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV411P v4l2_fourcc('4', '1', '1', 'P') /* 16  YVU411 planar */
v4l2_fourcc       351 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_Y41P    v4l2_fourcc('Y', '4', '1', 'P') /* 12  YUV 4:1:1     */
v4l2_fourcc       352 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV444  v4l2_fourcc('Y', '4', '4', '4') /* 16  xxxxyyyy uuuuvvvv */
v4l2_fourcc       353 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV555  v4l2_fourcc('Y', 'U', 'V', 'O') /* 16  YUV-5-5-5     */
v4l2_fourcc       354 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV565  v4l2_fourcc('Y', 'U', 'V', 'P') /* 16  YUV-5-6-5     */
v4l2_fourcc       355 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV32   v4l2_fourcc('Y', 'U', 'V', '4') /* 32  YUV-8-8-8-8   */
v4l2_fourcc       356 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV410  v4l2_fourcc('Y', 'U', 'V', '9') /*  9  YUV 4:1:0     */
v4l2_fourcc       357 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV420  v4l2_fourcc('Y', 'U', '1', '2') /* 12  YUV 4:2:0     */
v4l2_fourcc       358 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_HI240   v4l2_fourcc('H', 'I', '2', '4') /*  8  8-bit color   */
v4l2_fourcc       359 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_HM12    v4l2_fourcc('H', 'M', '1', '2') /*  8  YUV 4:2:0 16x16 macroblocks */
v4l2_fourcc       360 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_M420    v4l2_fourcc('M', '4', '2', '0') /* 12  YUV 4:2:0 2 lines y, 1 line uv interleaved */
v4l2_fourcc       363 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV12    v4l2_fourcc('N', 'V', '1', '2') /* 12  Y/CbCr 4:2:0  */
v4l2_fourcc       364 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV21    v4l2_fourcc('N', 'V', '2', '1') /* 12  Y/CrCb 4:2:0  */
v4l2_fourcc       365 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV16    v4l2_fourcc('N', 'V', '1', '6') /* 16  Y/CbCr 4:2:2  */
v4l2_fourcc       366 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV61    v4l2_fourcc('N', 'V', '6', '1') /* 16  Y/CrCb 4:2:2  */
v4l2_fourcc       367 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV24    v4l2_fourcc('N', 'V', '2', '4') /* 24  Y/CbCr 4:4:4  */
v4l2_fourcc       368 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV42    v4l2_fourcc('N', 'V', '4', '2') /* 24  Y/CrCb 4:4:4  */
v4l2_fourcc       371 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV12M   v4l2_fourcc('N', 'M', '1', '2') /* 12  Y/CbCr 4:2:0  */
v4l2_fourcc       372 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV21M   v4l2_fourcc('N', 'M', '2', '1') /* 21  Y/CrCb 4:2:0  */
v4l2_fourcc       373 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV16M   v4l2_fourcc('N', 'M', '1', '6') /* 16  Y/CbCr 4:2:2  */
v4l2_fourcc       374 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV61M   v4l2_fourcc('N', 'M', '6', '1') /* 16  Y/CrCb 4:2:2  */
v4l2_fourcc       375 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV12MT  v4l2_fourcc('T', 'M', '1', '2') /* 12  Y/CbCr 4:2:0 64x32 macroblocks */
v4l2_fourcc       376 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_NV12MT_16X16 v4l2_fourcc('V', 'M', '1', '2') /* 12  Y/CbCr 4:2:0 16x16 macroblocks */
v4l2_fourcc       379 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12  YUV420 planar */
v4l2_fourcc       380 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_YVU420M v4l2_fourcc('Y', 'M', '2', '1') /* 12  YVU420 planar */
v4l2_fourcc       383 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SBGGR8  v4l2_fourcc('B', 'A', '8', '1') /*  8  BGBG.. GRGR.. */
v4l2_fourcc       384 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGBRG8  v4l2_fourcc('G', 'B', 'R', 'G') /*  8  GBGB.. RGRG.. */
v4l2_fourcc       385 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGRBG8  v4l2_fourcc('G', 'R', 'B', 'G') /*  8  GRGR.. BGBG.. */
v4l2_fourcc       386 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SRGGB8  v4l2_fourcc('R', 'G', 'G', 'B') /*  8  RGRG.. GBGB.. */
v4l2_fourcc       387 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SBGGR10 v4l2_fourcc('B', 'G', '1', '0') /* 10  BGBG.. GRGR.. */
v4l2_fourcc       388 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGBRG10 v4l2_fourcc('G', 'B', '1', '0') /* 10  GBGB.. RGRG.. */
v4l2_fourcc       389 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGRBG10 v4l2_fourcc('B', 'A', '1', '0') /* 10  GRGR.. BGBG.. */
v4l2_fourcc       390 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SRGGB10 v4l2_fourcc('R', 'G', '1', '0') /* 10  RGRG.. GBGB.. */
v4l2_fourcc       391 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SBGGR12 v4l2_fourcc('B', 'G', '1', '2') /* 12  BGBG.. GRGR.. */
v4l2_fourcc       392 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGBRG12 v4l2_fourcc('G', 'B', '1', '2') /* 12  GBGB.. RGRG.. */
v4l2_fourcc       393 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGRBG12 v4l2_fourcc('B', 'A', '1', '2') /* 12  GRGR.. BGBG.. */
v4l2_fourcc       394 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SRGGB12 v4l2_fourcc('R', 'G', '1', '2') /* 12  RGRG.. GBGB.. */
v4l2_fourcc       396 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SBGGR10ALAW8 v4l2_fourcc('a', 'B', 'A', '8')
v4l2_fourcc       397 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGBRG10ALAW8 v4l2_fourcc('a', 'G', 'A', '8')
v4l2_fourcc       398 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGRBG10ALAW8 v4l2_fourcc('a', 'g', 'A', '8')
v4l2_fourcc       399 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SRGGB10ALAW8 v4l2_fourcc('a', 'R', 'A', '8')
v4l2_fourcc       401 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SBGGR10DPCM8 v4l2_fourcc('b', 'B', 'A', '8')
v4l2_fourcc       402 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGBRG10DPCM8 v4l2_fourcc('b', 'G', 'A', '8')
v4l2_fourcc       403 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SGRBG10DPCM8 v4l2_fourcc('B', 'D', '1', '0')
v4l2_fourcc       404 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SRGGB10DPCM8 v4l2_fourcc('b', 'R', 'A', '8')
v4l2_fourcc       409 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SBGGR16 v4l2_fourcc('B', 'Y', 'R', '2') /* 16  BGBG.. GRGR.. */
v4l2_fourcc       412 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_MJPEG    v4l2_fourcc('M', 'J', 'P', 'G') /* Motion-JPEG   */
v4l2_fourcc       413 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_JPEG     v4l2_fourcc('J', 'P', 'E', 'G') /* JFIF JPEG     */
v4l2_fourcc       414 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_DV       v4l2_fourcc('d', 'v', 's', 'd') /* 1394          */
v4l2_fourcc       415 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_MPEG     v4l2_fourcc('M', 'P', 'E', 'G') /* MPEG-1/2/4 Multiplexed */
v4l2_fourcc       416 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_H264     v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */
v4l2_fourcc       417 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */
v4l2_fourcc       418 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_H264_MVC v4l2_fourcc('M', '2', '6', '4') /* H264 MVC */
v4l2_fourcc       419 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_H263     v4l2_fourcc('H', '2', '6', '3') /* H263          */
v4l2_fourcc       420 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_MPEG1    v4l2_fourcc('M', 'P', 'G', '1') /* MPEG-1 ES     */
v4l2_fourcc       421 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_MPEG2    v4l2_fourcc('M', 'P', 'G', '2') /* MPEG-2 ES     */
v4l2_fourcc       422 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_MPEG4    v4l2_fourcc('M', 'P', 'G', '4') /* MPEG-4 part 2 ES */
v4l2_fourcc       423 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_XVID     v4l2_fourcc('X', 'V', 'I', 'D') /* Xvid           */
v4l2_fourcc       424 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_VC1_ANNEX_G v4l2_fourcc('V', 'C', '1', 'G') /* SMPTE 421M Annex G compliant stream */
v4l2_fourcc       425 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_VC1_ANNEX_L v4l2_fourcc('V', 'C', '1', 'L') /* SMPTE 421M Annex L compliant stream */
v4l2_fourcc       426 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_VP8      v4l2_fourcc('V', 'P', '8', '0') /* VP8 */
v4l2_fourcc       429 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_CPIA1    v4l2_fourcc('C', 'P', 'I', 'A') /* cpia1 YUV */
v4l2_fourcc       430 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_WNVA     v4l2_fourcc('W', 'N', 'V', 'A') /* Winnov hw compress */
v4l2_fourcc       431 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SN9C10X  v4l2_fourcc('S', '9', '1', '0') /* SN9C10x compression */
v4l2_fourcc       432 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SN9C20X_I420 v4l2_fourcc('S', '9', '2', '0') /* SN9C20x YUV 4:2:0 */
v4l2_fourcc       433 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_PWC1     v4l2_fourcc('P', 'W', 'C', '1') /* pwc older webcam */
v4l2_fourcc       434 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_PWC2     v4l2_fourcc('P', 'W', 'C', '2') /* pwc newer webcam */
v4l2_fourcc       435 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_ET61X251 v4l2_fourcc('E', '6', '2', '5') /* ET61X251 compression */
v4l2_fourcc       436 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SPCA501  v4l2_fourcc('S', '5', '0', '1') /* YUYV per line */
v4l2_fourcc       437 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SPCA505  v4l2_fourcc('S', '5', '0', '5') /* YYUV per line */
v4l2_fourcc       438 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SPCA508  v4l2_fourcc('S', '5', '0', '8') /* YUVY per line */
v4l2_fourcc       439 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SPCA561  v4l2_fourcc('S', '5', '6', '1') /* compressed GBRG bayer */
v4l2_fourcc       440 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_PAC207   v4l2_fourcc('P', '2', '0', '7') /* compressed BGGR bayer */
v4l2_fourcc       441 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_MR97310A v4l2_fourcc('M', '3', '1', '0') /* compressed BGGR bayer */
v4l2_fourcc       442 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_JL2005BCD v4l2_fourcc('J', 'L', '2', '0') /* compressed RGGB bayer */
v4l2_fourcc       443 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SN9C2028 v4l2_fourcc('S', 'O', 'N', 'X') /* compressed GBRG bayer */
v4l2_fourcc       444 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SQ905C   v4l2_fourcc('9', '0', '5', 'C') /* compressed RGGB bayer */
v4l2_fourcc       445 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_PJPG     v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */
v4l2_fourcc       446 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_OV511    v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */
v4l2_fourcc       447 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_OV518    v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */
v4l2_fourcc       448 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_STV0680  v4l2_fourcc('S', '6', '8', '0') /* stv0680 bayer */
v4l2_fourcc       449 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_TM6000   v4l2_fourcc('T', 'M', '6', '0') /* tm5600/tm60x0 */
v4l2_fourcc       450 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_CIT_YYVYUY v4l2_fourcc('C', 'I', 'T', 'V') /* one line of Y then 1 line of VYUY */
v4l2_fourcc       451 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_KONICA420  v4l2_fourcc('K', 'O', 'N', 'I') /* YUV420 planar in blocks of 256 pixels */
v4l2_fourcc       452 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_JPGL	v4l2_fourcc('J', 'P', 'G', 'L') /* JPEG-Lite */
v4l2_fourcc       453 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_SE401      v4l2_fourcc('S', '4', '0', '1') /* se401 janggu compressed rgb */
v4l2_fourcc       454 include/uapi/linux/videodev2.h #define V4L2_PIX_FMT_S5C_UYVY_JPG v4l2_fourcc('S', '5', 'C', 'I') /* S5C73M3 interleaved UYVY/JPEG */
v4l2_fourcc       457 include/uapi/linux/videodev2.h #define V4L2_SDR_FMT_CU8          v4l2_fourcc('C', 'U', '0', '8') /* IQ u8 */
v4l2_fourcc       458 include/uapi/linux/videodev2.h #define V4L2_SDR_FMT_CU16LE       v4l2_fourcc('C', 'U', '1', '6') /* IQ u16le */
v4l2_fourcc       459 include/uapi/linux/videodev2.h #define V4L2_SDR_FMT_CS8          v4l2_fourcc('C', 'S', '0', '8') /* complex s8 */
v4l2_fourcc       460 include/uapi/linux/videodev2.h #define V4L2_SDR_FMT_CS14LE       v4l2_fourcc('C', 'S', '1', '4') /* complex s14le */
v4l2_fourcc       461 include/uapi/linux/videodev2.h #define V4L2_SDR_FMT_RU12LE       v4l2_fourcc('R', 'U', '1', '2') /* real u12le */
v4l2_fourcc        29 include/video/imx-ipu-v3.h #define IPU_PIX_FMT_GBR24	v4l2_fourcc('G', 'B', 'R', '3')