Home | History | Annotate | Download | only in include

Lines Matching full:jpeg

390 #define V4L2_PIX_FMT_MJPEG    v4l2_fourcc('M', 'J', 'P', 'G') /* Motion-JPEG   */
391 #define V4L2_PIX_FMT_JPEG v4l2_fourcc('J', 'P', 'E', 'G') /* JFIF JPEG */
421 #define V4L2_PIX_FMT_PJPG v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */
422 #define V4L2_PIX_FMT_OV511 v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */
423 #define V4L2_PIX_FMT_OV518 v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */
428 #define V4L2_PIX_FMT_JPGL v4l2_fourcc('J', 'P', 'G', 'L') /* JPEG-Lite */
548 int APP_len; /* Length of data in JPEG APPn segment */
549 char APP_data[60]; /* Data in the JPEG APPn segment. */
551 int COM_len; /* Length of data in JPEG COM segment */
552 char COM_data[60]; /* Data in JPEG COM segment */
554 __u32 jpeg_markers; /* Which markers should go into the JPEG
1178 #define V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */
1802 /* JPEG-class control IDs defined by V4L2 */