Searched refs:V4L2_PIX_FMT_HM12 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-streams.c | 145 if (s->pixelformat == V4L2_PIX_FMT_HM12) in cx18_prepare_buffer() 167 if (s->pixelformat == V4L2_PIX_FMT_HM12) in cx18_prepare_buffer() 299 s->pixelformat = V4L2_PIX_FMT_HM12; in cx18_stream_init() 744 if (s->pixelformat == V4L2_PIX_FMT_HM12) in cx18_stream_configure_mdls()
|
D | cx18-ioctl.c | 288 if (s->pixelformat == V4L2_PIX_FMT_HM12) { in cx18_s_fmt_vid_cap() 481 "HM12 (YUV 4:1:1)", V4L2_PIX_FMT_HM12, { 0, 0, 0, 0 } in cx18_enum_fmt_vid_cap()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 358 pixfmt->pixelformat = V4L2_PIX_FMT_HM12; in ivtv_g_fmt_vid_cap() 436 pixfmt->pixelformat = V4L2_PIX_FMT_HM12; in ivtv_g_fmt_vid_out() 941 "HM12 (YUV 4:2:0)", V4L2_PIX_FMT_HM12, in ivtv_enum_fmt_vid_cap() 967 "HM12 (YUV 4:2:0)", V4L2_PIX_FMT_HM12, in ivtv_enum_fmt_vid_out()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | libv4l-introduction.rst | 29 :ref:`V4L2_PIX_FMT_HM12 <V4L2-PIX-FMT-HM12>`,
|
D | v4l2.rst | 313 Corrected V4L2_PIX_FMT_HM12 description.
|
D | pixfmt-reserved.rst | 49 - ``V4L2_PIX_FMT_HM12``
|
D | hist-v4l2.rst | 903 1. ``V4L2_PIX_FMT_HM12`` (:ref:`reserved-formats`) is a YUV 4:2:0, not
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | ivtv.rst | 161 is non-standard (V4L2_PIX_FMT_HM12).
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 545 #define V4L2_PIX_FMT_HM12 v4l2_fourcc('H', 'M', '1', '2') /* 8 YUV 4:2:0 16x16 macroblocks */ macro
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 1211 case V4L2_PIX_FMT_HM12: descr = "YUV 4:2:0 (16x16 Macroblocks)"; break; in v4l_fill_fmtdesc()
|