Searched refs:vid_ch (Results 1 – 2 of 2) sorted by relevance
430 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local441 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()459 struct video_obj *vid_ch = &ch->video; in vpif_update_resolution() local463 if (!vid_ch->stdid && !vid_ch->dv_timings.bt.height) in vpif_update_resolution()466 if (vid_ch->stdid) { in vpif_update_resolution()482 if (vid_ch->stdid) in vpif_update_resolution()504 struct video_obj *vid_ch = &ch->video; in vpif_calculate_offsets() local509 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()511 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()513 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()[all …]
472 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info() local481 if (config->stdid & vid_ch->stdid) { in vpif_update_std_info()487 if (!memcmp(&config->dv_timings, &vid_ch->dv_timings, in vpif_update_std_info()488 sizeof(vid_ch->dv_timings))) { in vpif_update_std_info()508 if (vid_ch->stdid) in vpif_update_std_info()538 struct video_obj *vid_ch = &(ch->video); in vpif_calculate_offsets() local547 vid_ch->buf_field = V4L2_FIELD_NONE; in vpif_calculate_offsets()549 vid_ch->buf_field = V4L2_FIELD_INTERLACED; in vpif_calculate_offsets()551 vid_ch->buf_field = common->fmt.fmt.pix.field; in vpif_calculate_offsets()557 if ((V4L2_FIELD_NONE == vid_ch->buf_field) || in vpif_calculate_offsets()[all …]