Searched refs:last_field (Results 1 – 3 of 3) sorted by relevance
739 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()
656 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()
127 enum v4l2_field last_field; member