Searched refs:vid_ch (Results 1 – 2 of 2) sorted by relevance
432 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local443 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()461 struct video_obj *vid_ch = &ch->video; in vpif_update_resolution() local465 if (!vid_ch->stdid && !vid_ch->dv_timings.bt.height) in vpif_update_resolution()468 if (vid_ch->stdid) { in vpif_update_resolution()484 if (vid_ch->stdid) in vpif_update_resolution()506 struct video_obj *vid_ch = &ch->video; in vpif_calculate_offsets() local511 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()513 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()515 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()[all …]
466 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local504 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()510 if (!memcmp(&config->dv_timings, &vid_ch->dv_timings, in vpif_update_std_info()511 sizeof(vid_ch->dv_timings))) { in vpif_update_std_info()531 if (vid_ch->stdid) in vpif_update_std_info()561 struct video_obj *vid_ch = &(ch->video); in vpif_calculate_offsets() local570 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()572 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()574 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()580 if ((V4L2_FIELD_NONE == vid_ch->buf_field) || in vpif_calculate_offsets()[all …]