Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_MT21C (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0001-v4l-add-Mediatek-compressed-video-block-format.patch6 Add V4L2_PIX_FMT_MT21C format used on MT8173 driver.
30 + case V4L2_PIX_FMT_MT21C: descr = "Mediatek Compressed Format"; break;
42 +#define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0014-media-gpu-chromeos-Define-MT21C-for-old-kernel.patch19 +#ifndef V4L2_PIX_FMT_MT21C
20 +#define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */
H A D0014-media-gpu-chromeos-Define-new-formats-for-old-kernel.patch19 +#ifndef V4L2_PIX_FMT_MT21C
20 +#define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */
H A D0004-Add-support-for-V4L2VDA-on-Linux.patch344 + case V4L2_PIX_FMT_MT21C:
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0016-media-gpu-chromeos-Define-new-formats-for-old-kernel.patch19 +#ifndef V4L2_PIX_FMT_MT21C
20 +#define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0016-media-gpu-chromeos-Define-new-formats-for-old-kernel.patch19 +#ifndef V4L2_PIX_FMT_MT21C
20 +#define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0017-media-gpu-chromeos-Define-new-formats-for-old-kernel.patch19 +#ifndef V4L2_PIX_FMT_MT21C
20 +#define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0016-media-gpu-chromeos-Define-new-formats-for-old-kernel.patch19 +#ifndef V4L2_PIX_FMT_MT21C
20 +#define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c34 case V4L2_PIX_FMT_MT21C: in mtk_mdp_map_color_format()
H A Dmtk_mdp_m2m.c50 .pixelformat = V4L2_PIX_FMT_MT21C,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-reserved.rst238 - ``V4L2_PIX_FMT_MT21C``
243 used to convert ``V4L2_PIX_FMT_MT21C`` to ``V4L2_PIX_FMT_NV12M``,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h683 #define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h683 #define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h740 #define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h742 #define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */ macro
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_dec.c47 .fourcc = V4L2_PIX_FMT_MT21C,
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1481 case V4L2_PIX_FMT_MT21C: descr = "Mediatek Compressed Format"; break; in v4l_fill_fmtdesc()