Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-planar.rst96 * - V4L2_PIX_FMT_NV12MT
316 ``V4L2_PIX_FMT_NV12MT`` is similar to ``V4L2_PIX_FMT_NV12M`` but stores
378 V4L2_PIX_FMT_NV12MT macroblock Z shape memory layout
386 Example V4L2_PIX_FMT_NV12MT memory layout of tiles
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h562 return fmt->fourcc == V4L2_PIX_FMT_NV12MT; in tiled_fmt()
H A Dfimc-core.c157 .fourcc = V4L2_PIX_FMT_NV12MT,
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c329 } else if (ctx->src_fmt->fourcc == V4L2_PIX_FMT_NV12MT) { in s5p_mfc_enc_calc_src_size_v5()
708 else if (ctx->src_fmt->fourcc == V4L2_PIX_FMT_NV12MT) in s5p_mfc_set_enc_params()
1137 else if (ctx->src_fmt->fourcc == V4L2_PIX_FMT_NV12MT) in s5p_mfc_encode_one_frame_v5()
H A Ds5p_mfc_dec.c39 .fourcc = V4L2_PIX_FMT_NV12MT,
1211 f.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12MT; in s5p_mfc_dec_init()
H A Ds5p_mfc_enc.c42 .fourcc = V4L2_PIX_FMT_NV12MT,
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h681 #define V4L2_PIX_FMT_NV12MT v4l2_fourcc('T', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 64x32 tiles */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1365 case V4L2_PIX_FMT_NV12MT: descr = "Y/UV 4:2:0 (64x32 MB, N-C)"; break; in v4l_fill_fmtdesc()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch50481 - case V4L2_PIX_FMT_NV12MT: