Searched refs:vid_ch (Results 1 – 2 of 2) sorted by relevance
431 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local442 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()460 struct video_obj *vid_ch = &ch->video; in vpif_update_resolution() local464 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() local510 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()[all …]
465 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local503 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()509 if (!memcmp(&config->dv_timings, &vid_ch->dv_timings, in vpif_update_std_info()510 sizeof(vid_ch->dv_timings))) { in vpif_update_std_info()530 if (vid_ch->stdid) in vpif_update_std_info()560 struct video_obj *vid_ch = &(ch->video); in vpif_calculate_offsets() local569 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()571 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()573 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()579 if ((V4L2_FIELD_NONE == vid_ch->buf_field) || in vpif_calculate_offsets()[all …]