Home
last modified time | relevance | path

Searched refs:V4L2_FIELD_HAS_T_OR_B (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-out.c271 if (V4L2_FIELD_HAS_T_OR_B(dev->field_out)) in vivid_update_format_out()
375 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_try_fmt_vid_out()
472 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_s_fmt_vid_out()
675 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_out) ? 2 : 1; in vivid_vid_out_s_selection()
Dvivid-vid-cap.c469 if (V4L2_FIELD_HAS_T_OR_B(dev->field_cap)) in vivid_update_format_cap()
588 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_try_fmt_vid_cap()
664 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_s_fmt_vid_cap()
876 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1; in vivid_vid_cap_s_selection()
Dvivid-tpg.c413 if (V4L2_FIELD_HAS_T_OR_B(field)) in tpg_reset_source()
1648 unsigned step = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_gen_text()
2189 unsigned factor = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_fill_plane_buffer()
Dvivid-kthread-cap.c419 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1; in vivid_fillbuff()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-blackbird.c844 if (V4L2_FIELD_HAS_T_OR_B(field)) in vidioc_try_fmt_vid_cap()
Dcx88-video.c763 if (V4L2_FIELD_HAS_T_OR_B(field)) in vidioc_try_fmt_vid_cap()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h128 #define V4L2_FIELD_HAS_T_OR_B(field) \ macro