Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-vbi-cap.c275 if (vbi->service_set & V4L2_SLICED_CAPTION_525) { in vivid_fill_service_lines()
276 vbi->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in vivid_fill_service_lines()
277 vbi->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in vivid_fill_service_lines()
311 service_set &= is_60hz ? V4L2_SLICED_CAPTION_525 : in vidioc_try_fmt_sliced_vbi_cap()
351 cap->service_set = is_60hz ? V4L2_SLICED_CAPTION_525 : in vidioc_g_sliced_vbi_cap()
354 cap->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in vidioc_g_sliced_vbi_cap()
355 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.c196 service_set &= is_60hz ? V4L2_SLICED_CAPTION_525 : in vidioc_try_fmt_sliced_vbi_out()
232 case V4L2_SLICED_CAPTION_525: in vivid_sliced_vbi_out_process()
Dvivid-vid-out.c234 dev->service_set_out = V4L2_SLICED_CAPTION_525; in vivid_update_format_out()
Dvivid-vid-cap.c406 dev->service_set_cap = V4L2_SLICED_CAPTION_525; in vivid_update_format_cap()
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-av-vbi.c125 V4L2_SLICED_CAPTION_525, /* 6 */ in cx18_av_g_sliced_fmt()
219 case V4L2_SLICED_CAPTION_525: in cx18_av_s_sliced_fmt()
280 sdid = V4L2_SLICED_CAPTION_525; in cx18_av_decode_vbi_line()
Dcx18-controls.c67 V4L2_SLICED_CAPTION_525; in cx18_s_stream_vbi_fmt()
Dcx18-ioctl.c35 case V4L2_SLICED_CAPTION_525: in cx18_service2vbi()
70 if (line == 21 && (set & V4L2_SLICED_CAPTION_525)) in select_service_from_set()
71 return V4L2_SLICED_CAPTION_525; in select_service_from_set()
/Linux-v5.4/drivers/media/i2c/cx25840/
Dcx25840-vbi.c79 V4L2_SLICED_CAPTION_525, /* 6 */ in cx25840_g_sliced_fmt()
184 case V4L2_SLICED_CAPTION_525: in cx25840_s_sliced_fmt()
243 id2 = V4L2_SLICED_CAPTION_525; in cx25840_decode_vbi_line()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-vbi.c38 data.id = V4L2_SLICED_CAPTION_525; in ivtv_set_cc()
89 if (d->id == V4L2_SLICED_CAPTION_525 && d->line == 21) { in ivtv_write_vbi_line()
264 id2 = V4L2_SLICED_CAPTION_525; in ivtv_convert_ivtv_vbi()
486 data.id = V4L2_SLICED_CAPTION_525; in ivtv_vbi_work_handler()
Divtv-controls.c43 itv->vbi.sliced_in->service_set = V4L2_SLICED_CAPTION_525; in ivtv_s_stream_vbi_fmt()
Divtv-ioctl.c37 case V4L2_SLICED_CAPTION_525: in ivtv_service2vbi()
64 if (line == 21 && (set & V4L2_SLICED_CAPTION_525)) in select_service_from_set()
65 return V4L2_SLICED_CAPTION_525; in select_service_from_set()
326 vbifmt->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_fmt_sliced_vbi_out()
327 vbifmt->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_fmt_sliced_vbi_out()
1236 cap->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap()
1237 cap->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap()
/Linux-v5.4/drivers/media/i2c/
Dsaa7127.c625 fmt->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in saa7127_g_sliced_fmt()
626 fmt->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in saa7127_g_sliced_fmt()
631 (state->cc_enable ? V4L2_SLICED_CAPTION_525 : 0); in saa7127_g_sliced_fmt()
642 case V4L2_SLICED_CAPTION_525: in saa7127_s_vbi_data()
Dsaa7115.c1105 case V4L2_SLICED_CAPTION_525: in saa711x_set_lcr()
1134 0, V4L2_SLICED_CAPTION_525, /* 4 */ in saa711x_g_sliced_fmt()
1232 vbi->type = V4L2_SLICED_CAPTION_525; in saa711x_decode_vbi_line()
1411 case V4L2_SLICED_CAPTION_525: in saa711x_g_vbi_data()
Dtvp5150.c540 {V4L2_SLICED_CAPTION_525, 21, 21, 1},
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-sliced-vbi-cap.rst163 * - ``V4L2_SLICED_CAPTION_525``
Ddev-sliced-vbi.rst254 * - ``V4L2_SLICED_CAPTION_525``
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2076 #define V4L2_SLICED_CAPTION_525 (0x1000) macro
2080 #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions459 replace define V4L2_SLICED_CAPTION_525 vbi-services
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c1966 fmt.fmt.sliced.service_lines[0][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack()
1967 fmt.fmt.sliced.service_lines[1][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack()