Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_NV12MT_16X16 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h433 return fmt->pixelformat == V4L2_PIX_FMT_NV12MT_16X16; in is_tiled()
H A Dgsc-core.c190 .pixelformat = V4L2_PIX_FMT_NV12MT_16X16,
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c32 .fourcc = V4L2_PIX_FMT_NV12MT_16X16,
1209 f.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12MT_16X16; in s5p_mfc_dec_init()
H A Ds5p_mfc_opr_v6.c823 } else if (ctx->src_fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16) { in s5p_mfc_set_enc_params()
1632 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16) in s5p_mfc_init_decode_v6()
H A Ds5p_mfc_enc.c35 .fourcc = V4L2_PIX_FMT_NV12MT_16X16,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-planar.rst105 * - V4L2_PIX_FMT_NV12MT_16X16
311 ``V4L2_PIX_FMT_NV12MT_16X16`` is similar to ``V4L2_PIX_FMT_NV12M`` but stores
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h682 #define V4L2_PIX_FMT_NV12MT_16X16 v4l2_fourcc('V', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 16x16 tiles */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1366 case V4L2_PIX_FMT_NV12MT_16X16: descr = "Y/UV 4:2:0 (16x16 MB, N-C)"; break; in v4l_fill_fmtdesc()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2865 - case V4L2_PIX_FMT_NV12MT_16X16: