Lines Matching refs:vid_ch

431 	struct video_obj *vid_ch = &ch->video;  in vpif_update_std_info()  local
442 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()
460 struct video_obj *vid_ch = &ch->video; in vpif_update_resolution() local
464 if (!vid_ch->stdid && !vid_ch->dv_timings.bt.height) in vpif_update_resolution()
467 if (vid_ch->stdid) { in vpif_update_resolution()
483 if (vid_ch->stdid) in vpif_update_resolution()
505 struct video_obj *vid_ch = &ch->video; in vpif_calculate_offsets() local
510 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()
512 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()
514 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()
520 if ((V4L2_FIELD_NONE == vid_ch->buf_field) || in vpif_calculate_offsets()
521 (V4L2_FIELD_INTERLACED == vid_ch->buf_field)) { in vpif_calculate_offsets()
526 } else if (V4L2_FIELD_SEQ_TB == vid_ch->buf_field) { in vpif_calculate_offsets()
531 } else if (V4L2_FIELD_SEQ_BT == vid_ch->buf_field) { in vpif_calculate_offsets()
538 if ((V4L2_FIELD_NONE == vid_ch->buf_field) || in vpif_calculate_offsets()
539 (V4L2_FIELD_INTERLACED == vid_ch->buf_field)) { in vpif_calculate_offsets()
913 struct video_obj *vid_ch = &ch->video; in vpif_s_dv_timings() local
914 struct v4l2_bt_timings *bt = &vid_ch->dv_timings.bt; in vpif_s_dv_timings()
955 vid_ch->dv_timings = *timings; in vpif_s_dv_timings()
992 vid_ch->stdid = 0; in vpif_s_dv_timings()
1010 struct video_obj *vid_ch = &ch->video; in vpif_g_dv_timings() local
1022 *timings = vid_ch->dv_timings; in vpif_g_dv_timings()