Skip to content

Commit

Permalink
V4L/DVB: V4L2: mediabus: add 12-bit Bayer and YUV420 pixel formats
Browse files Browse the repository at this point in the history
These formats belong to the standard format set, defined by the MIPI CSI-2
specification.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
lyakh authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent ace6e97 commit c6b65ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/media/v4l2-mediabus.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ enum v4l2_mbus_pixelcode {
V4L2_MBUS_FMT_SBGGR10_2X8_PADHI_BE,
V4L2_MBUS_FMT_SBGGR10_2X8_PADLO_BE,
V4L2_MBUS_FMT_SGRBG8_1X8,
V4L2_MBUS_FMT_SBGGR12_1X12,
V4L2_MBUS_FMT_YUYV8_1_5X8,
V4L2_MBUS_FMT_YVYU8_1_5X8,
V4L2_MBUS_FMT_UYVY8_1_5X8,
V4L2_MBUS_FMT_VYUY8_1_5X8,
};

/**
Expand Down

0 comments on commit c6b65ab

Please sign in to comment.