Home
last modified time | relevance | path

Searched refs:vbi_fmt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-gen.c110 const struct v4l2_vbi_format *vbi_fmt, u8 *buf) in vivid_vbi_gen_raw() argument
123 line -= vbi_fmt->start[data->field]; in vivid_vbi_gen_raw()
125 if (vbi_fmt->flags & V4L2_VBI_INTERLACED) in vivid_vbi_gen_raw()
127 vbi_fmt->samples_per_line; in vivid_vbi_gen_raw()
129 linebuf += (line + data->field * vbi_fmt->count[0]) * in vivid_vbi_gen_raw()
130 vbi_fmt->samples_per_line; in vivid_vbi_gen_raw()
132 vivid_vbi_gen_cc_raw(data, linebuf, vbi_fmt->sampling_rate); in vivid_vbi_gen_raw()
134 vivid_vbi_gen_wss_raw(data, linebuf, vbi_fmt->sampling_rate); in vivid_vbi_gen_raw()
136 vivid_vbi_gen_teletext_raw(data, linebuf, vbi_fmt->sampling_rate); in vivid_vbi_gen_raw()
H A Dvivid-vbi-gen.h19 const struct v4l2_vbi_format *vbi_fmt, u8 *buf);
/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c517 const struct bttv_tvnorm *tvnorm = btv->vbi_fmt.tvnorm; in bttv_buffer_risc_vbi()
521 if (btv->vbi_fmt.fmt.count[0] > 0) in bttv_buffer_risc_vbi()
522 skip_lines0 = max(0, (btv->vbi_fmt.fmt.start[0] - in bttv_buffer_risc_vbi()
524 if (btv->vbi_fmt.fmt.count[1] > 0) in bttv_buffer_risc_vbi()
525 skip_lines1 = max(0, (btv->vbi_fmt.fmt.start[1] - in bttv_buffer_risc_vbi()
528 if (btv->vbi_fmt.fmt.count[0] > 0) { in bttv_buffer_risc_vbi()
530 skip_lines0, btv->vbi_fmt.fmt.count[0]); in bttv_buffer_risc_vbi()
535 if (btv->vbi_fmt.fmt.count[1] > 0) { in bttv_buffer_risc_vbi()
536 offset = btv->vbi_fmt.fmt.count[0] * VBI_BPL; in bttv_buffer_risc_vbi()
539 btv->vbi_fmt.fmt.count[1]); in bttv_buffer_risc_vbi()
[all …]
H A Dbttvp.h446 struct bttv_vbi_fmt vbi_fmt; member
/linux/include/media/drv-intf/
H A Dsaa7146_vv.h84 struct v4l2_vbi_format vbi_fmt; member
/linux/drivers/media/common/saa7146/
H A Dsaa7146_fops.c306 vbi = &vv->vbi_fmt; in saa7146_vv_init()