Searched refs:last_field (Results 1 – 3 of 3) sorted by relevance
742 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()
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