From mboxrd@z Thu Jan 1 00:00:00 1970 From: tiffany.lin@mediatek.com (Tiffany Lin) Date: Thu, 12 May 2016 19:24:04 +0800 Subject: [PATCH v2 3/9] [media] DocBook/v4l: Add compressed video formats used on MT8173 codec driver In-Reply-To: <1463052250-38262-3-git-send-email-tiffany.lin@mediatek.com> References: <1463052250-38262-1-git-send-email-tiffany.lin@mediatek.com> <1463052250-38262-2-git-send-email-tiffany.lin@mediatek.com> <1463052250-38262-3-git-send-email-tiffany.lin@mediatek.com> Message-ID: <1463052250-38262-4-git-send-email-tiffany.lin@mediatek.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add V4L2_PIX_FMT_MT21 documentation Signed-off-by: Tiffany Lin --- Documentation/DocBook/media/v4l/pixfmt.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml b/Documentation/DocBook/media/v4l/pixfmt.xml index 5a08aee..d40e0ce 100644 --- a/Documentation/DocBook/media/v4l/pixfmt.xml +++ b/Documentation/DocBook/media/v4l/pixfmt.xml @@ -1980,6 +1980,12 @@ array. Anything what's in between the UYVY lines is JPEG data and should be concatenated to form the JPEG stream. + + V4L2_PIX_FMT_MT21 + 'MT21' + Compressed two-planar YVU420 format used by Mediatek MT8173 + codec driver. + -- 1.7.9.5