Lines Matching refs:vbi
162 struct v4l2_vbi_format *vbifmt = &fmt->fmt.vbi; in cx18_g_fmt_vbi_cap()
168 vbifmt->start[0] = cx->vbi.start[0]; in cx18_g_fmt_vbi_cap()
169 vbifmt->start[1] = cx->vbi.start[1]; in cx18_g_fmt_vbi_cap()
170 vbifmt->count[0] = vbifmt->count[1] = cx->vbi.count; in cx18_g_fmt_vbi_cap()
195 if (v4l2_subdev_call(cx->sd_av, vbi, g_sliced_fmt, &fmt->fmt.sliced)) in cx18_g_fmt_sliced_vbi_cap()
313 ret = v4l2_subdev_call(cx->sd_av, vbi, s_raw_fmt, &fmt->fmt.vbi); in cx18_s_fmt_vbi_cap()
318 cx->vbi.sliced_in->service_set = 0; in cx18_s_fmt_vbi_cap()
319 cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE; in cx18_s_fmt_vbi_cap()
346 ret = v4l2_subdev_call(cx->sd_av, vbi, s_sliced_fmt, &fmt->fmt.sliced); in cx18_s_fmt_sliced_vbi_cap()
350 cx->vbi.in.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE; in cx18_s_fmt_sliced_vbi_cap()
351 memcpy(cx->vbi.sliced_in, vbifmt, sizeof(*cx->vbi.sliced_in)); in cx18_s_fmt_sliced_vbi_cap()
599 cx->vbi.count = cx->is_50hz ? 18 : 12; in cx18_s_std()
600 cx->vbi.start[0] = cx->is_50hz ? 6 : 10; in cx18_s_std()
601 cx->vbi.start[1] = cx->is_50hz ? 318 : 273; in cx18_s_std()