| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vbi-cap.c | 275 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()
|
| H A D | vivid-vbi-gen.c | 131 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()
|
| H A D | vivid-vbi-out.c | 196 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()
|
| H A D | vivid-vid-out.c | 231 dev->service_set_out = V4L2_SLICED_CAPTION_525; in vivid_update_format_out()
|
| H A D | vivid-vid-cap.c | 403 dev->service_set_cap = V4L2_SLICED_CAPTION_525; in vivid_update_format_cap()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-av-vbi.c | 125 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()
|
| H A D | cx18-controls.c | 67 V4L2_SLICED_CAPTION_525; in cx18_s_stream_vbi_fmt()
|
| H A D | cx18-ioctl.c | 35 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/ |
| H A D | cx25840-vbi.c | 79 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-vbi.c | 38 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()
|
| H A D | ivtv-ioctl.c | 37 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() 1238 cap->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap() 1239 cap->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap()
|
| H A D | ivtv-controls.c | 43 itv->vbi.sliced_in->service_set = V4L2_SLICED_CAPTION_525; in ivtv_s_stream_vbi_fmt()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | saa7127.c | 625 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()
|
| H A D | saa7115.c | 1105 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()
|
| H A D | tvp5150.c | 563 {V4L2_SLICED_CAPTION_525, 21, 21, 1},
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-sliced-vbi-cap.rst | 153 * - ``V4L2_SLICED_CAPTION_525``
|
| H A D | dev-sliced-vbi.rst | 244 * - ``V4L2_SLICED_CAPTION_525``
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 2013 #define V4L2_SLICED_CAPTION_525 (0x1000) macro 2017 #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 2013 #define V4L2_SLICED_CAPTION_525 (0x1000) macro 2017 #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2149 #define V4L2_SLICED_CAPTION_525 (0x1000) macro 2153 #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2133 #define V4L2_SLICED_CAPTION_525 (0x1000) macro 2137 #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 473 replace define V4L2_SLICED_CAPTION_525 vbi-services
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw.c | 1965 fmt.fmt.sliced.service_lines[0][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack() 1966 fmt.fmt.sliced.service_lines[1][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack()
|