Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_HM12 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-streams.c150 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()
Dcx18-ioctl.c291 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/
Divtv-ioctl.c355 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/
DREADME.ivtv136 is non-standard (V4L2_PIX_FMT_HM12).
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h435 #define V4L2_PIX_FMT_HM12 v4l2_fourcc('H', 'M', '1', '2') /* 8 YUV 4:2:0 16x16 macroblocks */ macro