Searched refs:vid_ch (Results 1 – 2 of 2) sorted by relevance
424 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local435 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()453 struct video_obj *vid_ch = &ch->video; in vpif_update_resolution() local457 if (!vid_ch->stdid && !vid_ch->dv_timings.bt.height) in vpif_update_resolution()460 if (vid_ch->stdid) { in vpif_update_resolution()476 if (vid_ch->stdid) in vpif_update_resolution()498 struct video_obj *vid_ch = &ch->video; in vpif_calculate_offsets() local503 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()505 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()507 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()[all …]
467 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local476 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()482 if (!memcmp(&config->dv_timings, &vid_ch->dv_timings, in vpif_update_std_info()483 sizeof(vid_ch->dv_timings))) { in vpif_update_std_info()503 if (vid_ch->stdid) in vpif_update_std_info()533 struct video_obj *vid_ch = &(ch->video); in vpif_calculate_offsets() local542 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()544 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()546 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()552 if ((V4L2_FIELD_NONE == vid_ch->buf_field) || in vpif_calculate_offsets()[all …]