We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa8c35 commit 6843779Copy full SHA for 6843779
drivers/media/platform/raspberrypi/pisp_be/pisp_be_formats.h
@@ -170,6 +170,16 @@ static const struct pisp_be_format supported_formats[] = {
170
.colorspace_mask = V4L2_COLORSPACE_MASK_ALL_SRGB,
171
.colorspace_default = V4L2_COLORSPACE_SMPTE170M,
172
},
173
+ {
174
+ .fourcc = V4L2_PIX_FMT_NV12MT_COL128,
175
+ .opt_align = 128,
176
+ .min_align = 128,
177
+ .bit_depth = 8,
178
+ .plane_factor = { P3(1), P3(0.5) },
179
+ .num_planes = 2,
180
+ .colorspace_mask = V4L2_COLORSPACE_MASK_ALL_SRGB,
181
+ .colorspace_default = V4L2_COLORSPACE_SMPTE170M,
182
+ },
183
{
184
.fourcc = V4L2_PIX_FMT_NV21M,
185
.opt_align = 32,
0 commit comments