Home
last modified time | relevance | path

Searched refs:last_field (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/common/saa7146/
Dsaa7146_hlp.c742 if ( vv->last_field == V4L2_FIELD_TOP ) { in calculate_video_dma_grab_packed()
745 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in calculate_video_dma_grab_packed()
965 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in program_capture_engine()
968 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in program_capture_engine()
971 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in program_capture_engine()
1018 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in saa7146_set_capture()
1019 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in saa7146_set_capture()
1020 vv->last_field = V4L2_FIELD_BOTTOM; in saa7146_set_capture()
1021 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in saa7146_set_capture()
1022 vv->last_field = V4L2_FIELD_TOP; in saa7146_set_capture()
Dsaa7146_video.c656 vv->last_field = V4L2_FIELD_TOP; in vidioc_try_fmt_vid_cap()
661 vv->last_field = V4L2_FIELD_INTERLACED; in vidioc_try_fmt_vid_cap()
665 vv->last_field = V4L2_FIELD_INTERLACED; in vidioc_try_fmt_vid_cap()
/linux-4.1.27/include/media/
Dsaa7146_vv.h127 enum v4l2_field last_field; member