Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1399934

[PATCH v2 2/9] [media] : v4l: add Mediatek compressed video block format

From Tiffany Lin <tiffany.lin@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v2 2/9] [media] : v4l: add Mediatek compressed video block format
Date 2016-05-12 13:30 +0200
Message-ID <rxWYy-4BO-7@gated-at.bofh.it> (permalink)
References <rxWYy-4BO-3@gated-at.bofh.it> <rxWYy-4BO-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add V4L2_PIX_FMT_MT21 format used on MT8173 driver.
It is compressed format and need MT8173 MDP driver to transfer to other 
standard format.

Signed-off-by: Tiffany Lin <tiffany.lin@mediatek.com>
---
 include/uapi/linux/videodev2.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 8f95191..52feea6 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -625,6 +625,7 @@ struct v4l2_pix_format {
 #define V4L2_PIX_FMT_Y8I      v4l2_fourcc('Y', '8', 'I', ' ') /* Greyscale 8-bit L/R interleaved */
 #define V4L2_PIX_FMT_Y12I     v4l2_fourcc('Y', '1', '2', 'I') /* Greyscale 12-bit L/R interleaved */
 #define V4L2_PIX_FMT_Z16      v4l2_fourcc('Z', '1', '6', ' ') /* Depth data 16-bit */
+#define V4L2_PIX_FMT_MT21     v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode  */
 
 /* SDR formats - used only for Software Defined Radio devices */
 #define V4L2_SDR_FMT_CU8          v4l2_fourcc('C', 'U', '0', '8') /* IQ u8 */
-- 
1.7.9.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 2/9] [media] : v4l: add Mediatek compressed video block format Tiffany Lin <tiffany.lin@mediatek.com> - 2016-05-12 13:30 +0200
  [PATCH v2 6/9] [media] vcodec: mediatek: Add Mediatek H264 Video Decoder Driver Tiffany Lin <tiffany.lin@mediatek.com> - 2016-05-12 13:30 +0200
    [PATCH v2 9/9] arm64: dts: mediatek: Add Video Decoder for MT8173 Tiffany Lin <tiffany.lin@mediatek.com> - 2016-05-12 13:30 +0200
    [PATCH v2 8/9] [media] vcodec: mediatek: Add Mediatek VP9 Video Decoder Driver Tiffany Lin <tiffany.lin@mediatek.com> - 2016-05-12 13:30 +0200
    [PATCH v2 7/9] [media] vcodec: mediatek: Add Mediatek VP8 Video Decoder Driver Tiffany Lin <tiffany.lin@mediatek.com> - 2016-05-12 13:30 +0200
  [PATCH v2 3/9] [media] DocBook/v4l: Add compressed video formats used on MT8173 codec driver Tiffany Lin <tiffany.lin@mediatek.com> - 2016-05-12 13:30 +0200
    [PATCH v2 4/9] dt-bindings: Add a binding for Mediatek Video Decoder Tiffany Lin <tiffany.lin@mediatek.com> - 2016-05-12 13:30 +0200
      Re: [PATCH v2 4/9] dt-bindings: Add a binding for Mediatek Video  Decoder Rob Herring <robh@kernel.org> - 2016-05-16 17:40 +0200

csiph-web