Searched refs:V4L2_PIX_FMT_HM12 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-streams.c | 150 if (s->pixelformat == V4L2_PIX_FMT_HM12) in cx18_prepare_buffer() 172 if (s->pixelformat == V4L2_PIX_FMT_HM12) in cx18_prepare_buffer() 306 s->pixelformat = V4L2_PIX_FMT_HM12; in cx18_stream_init() 752 if (s->pixelformat == V4L2_PIX_FMT_HM12) in cx18_stream_configure_mdls()
|
D | cx18-ioctl.c | 293 if (s->pixelformat == V4L2_PIX_FMT_HM12) { in cx18_s_fmt_vid_cap() 486 "HM12 (YUV 4:1:1)", V4L2_PIX_FMT_HM12, { 0, 0, 0, 0 } in cx18_enum_fmt_vid_cap()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 355 pixfmt->pixelformat = V4L2_PIX_FMT_HM12; in ivtv_g_fmt_vid_cap() 433 pixfmt->pixelformat = V4L2_PIX_FMT_HM12; in ivtv_g_fmt_vid_out() 938 "HM12 (YUV 4:2:0)", V4L2_PIX_FMT_HM12, in ivtv_enum_fmt_vid_cap() 964 "HM12 (YUV 4:2:0)", V4L2_PIX_FMT_HM12, in ivtv_enum_fmt_vid_out()
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.ivtv | 136 is non-standard (V4L2_PIX_FMT_HM12).
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 527 #define V4L2_PIX_FMT_HM12 v4l2_fourcc('H', 'M', '1', '2') /* 8 YUV 4:2:0 16x16 macroblocks */ macro
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 1178 case V4L2_PIX_FMT_HM12: descr = "YUV 4:2:0 (16x16 Macroblocks)"; break; in v4l_fill_fmtdesc()
|