Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/saa7146/
Dsaa7146_hlp.c238 } else if (field == V4L2_FIELD_TOP in calculate_v_scale_registers()
595 } else if (field == V4L2_FIELD_TOP) { in saa7146_set_position()
739 if ( vv->last_field == V4L2_FIELD_TOP ) { in calculate_video_dma_grab_packed()
747 } else if (field == V4L2_FIELD_TOP) { in calculate_video_dma_grab_packed()
893 } else if (field == V4L2_FIELD_TOP) { in calculate_video_dma_grab_planar()
965 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in program_capture_engine()
1016 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in saa7146_set_capture()
1019 vv->last_field = V4L2_FIELD_TOP; in saa7146_set_capture()
Dsaa7146_video.c659 vv->last_field = V4L2_FIELD_TOP; in vidioc_try_fmt_vid_cap()
662 case V4L2_FIELD_TOP: in vidioc_try_fmt_vid_cap()
734 : V4L2_FIELD_TOP; in vidioc_try_fmt_vid_overlay()
737 case V4L2_FIELD_TOP: in vidioc_try_fmt_vid_overlay()
/linux-4.19.296/drivers/media/v4l2-core/
Dvideobuf-core.c307 if (V4L2_FIELD_TOP == q->last) { in videobuf_next_field()
311 field = V4L2_FIELD_TOP; in videobuf_next_field()
312 q->last = V4L2_FIELD_TOP; in videobuf_next_field()
Dv4l2-ioctl.c171 [V4L2_FIELD_TOP] = "top",
/linux-4.19.296/include/trace/events/
Dv4l2.h44 EM( V4L2_FIELD_TOP, "TOP" ) \
/linux-4.19.296/include/uapi/linux/
Dvideodev2.h94 V4L2_FIELD_TOP = 2, /* top field only */ enumerator
110 ((field) == V4L2_FIELD_TOP ||\
131 (field) == V4L2_FIELD_TOP ||\
/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1913 case V4L2_FIELD_TOP: in tpg_calc_frameline()
2125 (params->is_60hz ? V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM); in tpg_fill_params_extras()
2313 case V4L2_FIELD_TOP: in tpg_fill_plane_pattern()
2357 case V4L2_FIELD_TOP: in tpg_fill_plane_pattern()