[media] media/vivid: Add support for Y16_BE format
[deliverable/linux.git] / drivers / media / platform / vivid / vivid-vid-common.c
index 96ccd3c38dd21a7fd96c8c3157eebb34647b1d9d..45f10a7f9b46c36ae7f4c11243a67b9dadab2a64 100644 (file)
@@ -196,6 +196,14 @@ struct vivid_fmt vivid_formats[] = {
                .planes   = 1,
                .buffers = 1,
        },
+       {
+               .fourcc   = V4L2_PIX_FMT_Y16_BE,
+               .vdownsampling = { 1 },
+               .bit_depth = { 16 },
+               .is_yuv   = true,
+               .planes   = 1,
+               .buffers = 1,
+       },
        {
                .fourcc   = V4L2_PIX_FMT_RGB332, /* rrrgggbb */
                .vdownsampling = { 1 },
This page took 0.025589 seconds and 5 git commands to generate.