Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_hlp.c739 if ( vv->last_field == V4L2_FIELD_TOP ) { in calculate_video_dma_grab_packed()
742 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in calculate_video_dma_grab_packed()
962 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in program_capture_engine()
965 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in program_capture_engine()
968 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in program_capture_engine()
1015 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in saa7146_set_capture()
1016 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in saa7146_set_capture()
1017 vv->last_field = V4L2_FIELD_BOTTOM; in saa7146_set_capture()
1018 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in saa7146_set_capture()
1019 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.4.14/include/media/
Dsaa7146_vv.h127 enum v4l2_field last_field; member