Lines Matching refs:vbi
176 struct v4l2_vbi_format *vbifmt = &fmt->fmt.vbi; in cx18_g_fmt_vbi_cap()
182 vbifmt->start[0] = cx->vbi.start[0]; in cx18_g_fmt_vbi_cap()
183 vbifmt->start[1] = cx->vbi.start[1]; in cx18_g_fmt_vbi_cap()
184 vbifmt->count[0] = vbifmt->count[1] = cx->vbi.count; in cx18_g_fmt_vbi_cap()
209 if (v4l2_subdev_call(cx->sd_av, vbi, g_sliced_fmt, &fmt->fmt.sliced)) in cx18_g_fmt_sliced_vbi_cap()
325 ret = v4l2_subdev_call(cx->sd_av, vbi, s_raw_fmt, &fmt->fmt.vbi); in cx18_s_fmt_vbi_cap()
330 cx->vbi.sliced_in->service_set = 0; in cx18_s_fmt_vbi_cap()
331 cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE; in cx18_s_fmt_vbi_cap()
358 ret = v4l2_subdev_call(cx->sd_av, vbi, s_sliced_fmt, &fmt->fmt.sliced); in cx18_s_fmt_sliced_vbi_cap()
362 cx->vbi.in.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE; in cx18_s_fmt_sliced_vbi_cap()
363 memcpy(cx->vbi.sliced_in, vbifmt, sizeof(*cx->vbi.sliced_in)); in cx18_s_fmt_sliced_vbi_cap()
605 cx->vbi.count = cx->is_50hz ? 18 : 12; in cx18_s_std()
606 cx->vbi.start[0] = cx->is_50hz ? 6 : 10; in cx18_s_std()
607 cx->vbi.start[1] = cx->is_50hz ? 318 : 273; in cx18_s_std()