Home
last modified time | relevance | path

Searched refs:V4L2_SLICED_CAPTION_525 (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vbi-cap.c271 if (vbi->service_set & V4L2_SLICED_CAPTION_525) { in vivid_fill_service_lines()
272 vbi->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in vivid_fill_service_lines()
273 vbi->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in vivid_fill_service_lines()
307 service_set &= is_60hz ? V4L2_SLICED_CAPTION_525 : in vidioc_try_fmt_sliced_vbi_cap()
347 cap->service_set = is_60hz ? V4L2_SLICED_CAPTION_525 : in vidioc_g_sliced_vbi_cap()
350 cap->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in vidioc_g_sliced_vbi_cap()
351 cap->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in vidioc_g_sliced_vbi_cap()
Dvivid-vbi-gen.c131 if (data->id == V4L2_SLICED_CAPTION_525) in vivid_vbi_gen_raw()
279 data0->id = V4L2_SLICED_CAPTION_525; in vivid_vbi_gen_sliced()
281 data1->id = V4L2_SLICED_CAPTION_525; in vivid_vbi_gen_sliced()
Dvivid-vbi-out.c188 service_set &= is_60hz ? V4L2_SLICED_CAPTION_525 : in vidioc_try_fmt_sliced_vbi_out()
224 case V4L2_SLICED_CAPTION_525: in vivid_sliced_vbi_out_process()
Dvivid-vid-out.c210 dev->service_set_out = V4L2_SLICED_CAPTION_525; in vivid_update_format_out()
Dvivid-vid-cap.c395 dev->service_set_cap = V4L2_SLICED_CAPTION_525; in vivid_update_format_cap()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-vbi.c134 V4L2_SLICED_CAPTION_525, /* 6 */ in cx18_av_g_sliced_fmt()
228 case V4L2_SLICED_CAPTION_525: in cx18_av_s_sliced_fmt()
289 sdid = V4L2_SLICED_CAPTION_525; in cx18_av_decode_vbi_line()
Dcx18-controls.c76 V4L2_SLICED_CAPTION_525; in cx18_s_stream_vbi_fmt()
Dcx18-ioctl.c44 case V4L2_SLICED_CAPTION_525: in cx18_service2vbi()
79 if (line == 21 && (set & V4L2_SLICED_CAPTION_525)) in select_service_from_set()
80 return V4L2_SLICED_CAPTION_525; in select_service_from_set()
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-vbi.c88 V4L2_SLICED_CAPTION_525, /* 6 */ in cx25840_g_sliced_fmt()
190 case V4L2_SLICED_CAPTION_525: in cx25840_s_sliced_fmt()
248 id2 = V4L2_SLICED_CAPTION_525; in cx25840_decode_vbi_line()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-vbi.c50 data.id = V4L2_SLICED_CAPTION_525; in ivtv_set_cc()
101 if (d->id == V4L2_SLICED_CAPTION_525 && d->line == 21) { in ivtv_write_vbi_line()
276 id2 = V4L2_SLICED_CAPTION_525; in ivtv_convert_ivtv_vbi()
498 data.id = V4L2_SLICED_CAPTION_525; in ivtv_vbi_work_handler()
Divtv-controls.c55 itv->vbi.sliced_in->service_set = V4L2_SLICED_CAPTION_525; in ivtv_s_stream_vbi_fmt()
Divtv-ioctl.c48 case V4L2_SLICED_CAPTION_525: in ivtv_service2vbi()
75 if (line == 21 && (set & V4L2_SLICED_CAPTION_525)) in select_service_from_set()
76 return V4L2_SLICED_CAPTION_525; in select_service_from_set()
337 vbifmt->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_fmt_sliced_vbi_out()
338 vbifmt->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_fmt_sliced_vbi_out()
1253 cap->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap()
1254 cap->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap()
/Linux-v4.19/drivers/media/i2c/
Dsaa7127.c634 fmt->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in saa7127_g_sliced_fmt()
635 fmt->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in saa7127_g_sliced_fmt()
640 (state->cc_enable ? V4L2_SLICED_CAPTION_525 : 0); in saa7127_g_sliced_fmt()
651 case V4L2_SLICED_CAPTION_525: in saa7127_s_vbi_data()
Dsaa7115.c1099 case V4L2_SLICED_CAPTION_525: in saa711x_set_lcr()
1128 0, V4L2_SLICED_CAPTION_525, /* 4 */ in saa711x_g_sliced_fmt()
1226 vbi->type = V4L2_SLICED_CAPTION_525; in saa711x_decode_vbi_line()
1405 case V4L2_SLICED_CAPTION_525: in saa711x_g_vbi_data()
Dtvp5150.c549 {V4L2_SLICED_CAPTION_525, 21, 21, 1},
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-sliced-vbi-cap.rst156 * - ``V4L2_SLICED_CAPTION_525``
Ddev-sliced-vbi.rst247 * - ``V4L2_SLICED_CAPTION_525``
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h1985 #define V4L2_SLICED_CAPTION_525 (0x1000) macro
1989 #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions443 replace define V4L2_SLICED_CAPTION_525 vbi-services
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c1972 fmt.fmt.sliced.service_lines[0][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack()
1973 fmt.fmt.sliced.service_lines[1][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack()