Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_MM21 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-reserved.rst238 similitude with ``V4L2_PIX_FMT_MM21`` in term of alignment and tiling.
283 ``V4L2_PIX_FMT_MM21`` in term of alignment and tiling. Used for VP9, AV1
290 ``V4L2_PIX_FMT_MM21`` in term of alignment and tiling. Used for AVC.
H A Dpixfmt-yuv-planar.rst366 ``V4L2_PIX_FMT_MM21`` store luma pixel in 16x32 tiles, and chroma pixels
/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_dbgfs.c40 case V4L2_PIX_FMT_MM21: in mtk_vdec_dbgfs_get_format_type()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c599 case V4L2_PIX_FMT_MM21: in mtk_vcodec_add_formats()
635 mtk_vcodec_add_formats(V4L2_PIX_FMT_MM21, ctx); in mtk_vcodec_get_supported_formats()
H A Dmtk_vcodec_dec.c52 if (num_frame_count == 1 || (!ctx->is_10bit_bitstream && fmt->fourcc == V4L2_PIX_FMT_MM21)) in mtk_vdec_get_cap_fmt()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c322 .pixelformat = V4L2_PIX_FMT_MM21,
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h798 #define V4L2_PIX_FMT_MM21 v4l2_fourcc('M', 'M', '2', '1') /* Mediatek 8-bit block mode, two non… macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1426 case V4L2_PIX_FMT_MM21: descr = "Mediatek 8-bit Block Format"; break; in v4l_fill_fmtdesc()