Searched refs:V4L2_PIX_FMT_HM12 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 | 291 if (s->pixelformat == V4L2_PIX_FMT_HM12) { in cx18_s_fmt_vid_cap() 484 "HM12 (YUV 4:1:1)", V4L2_PIX_FMT_HM12, { 0, 0, 0, 0 } in cx18_enum_fmt_vid_cap()
|
/linux-4.1.27/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() 936 "HM12 (YUV 4:2:0)", V4L2_PIX_FMT_HM12, in ivtv_enum_fmt_vid_cap() 962 "HM12 (YUV 4:2:0)", V4L2_PIX_FMT_HM12, in ivtv_enum_fmt_vid_out()
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ivtv | 136 is non-standard (V4L2_PIX_FMT_HM12).
|
/linux-4.1.27/include/uapi/linux/ |
D | videodev2.h | 435 #define V4L2_PIX_FMT_HM12 v4l2_fourcc('H', 'M', '1', '2') /* 8 YUV 4:2:0 16x16 macroblocks */ macro
|