Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/cx18/
Dcx18-av-vbi.c139 V4L2_SLICED_CAPTION_525, /* 6 */ in cx18_av_g_sliced_fmt()
231 case V4L2_SLICED_CAPTION_525: in cx18_av_s_sliced_fmt()
292 sdid = V4L2_SLICED_CAPTION_525; in cx18_av_decode_vbi_line()
Dcx18-controls.c84 V4L2_SLICED_CAPTION_525; in cx18_s_stream_vbi_fmt()
Dcx18-ioctl.c49 case V4L2_SLICED_CAPTION_525: in cx18_service2vbi()
84 if (line == 21 && (set & V4L2_SLICED_CAPTION_525)) in select_service_from_set()
85 return V4L2_SLICED_CAPTION_525; in select_service_from_set()
/linux-2.6.39/drivers/media/video/cx25840/
Dcx25840-vbi.c92 V4L2_SLICED_CAPTION_525, /* 6 */ in cx25840_g_sliced_fmt()
185 case V4L2_SLICED_CAPTION_525: in cx25840_s_sliced_fmt()
237 id2 = V4L2_SLICED_CAPTION_525; in cx25840_decode_vbi_line()
/linux-2.6.39/drivers/media/video/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.c54 itv->vbi.sliced_in->service_set = V4L2_SLICED_CAPTION_525; in ivtv_s_stream_vbi_fmt()
Divtv-ioctl.c46 case V4L2_SLICED_CAPTION_525: in ivtv_service2vbi()
73 if (line == 21 && (set & V4L2_SLICED_CAPTION_525)) in select_service_from_set()
74 return V4L2_SLICED_CAPTION_525; in select_service_from_set()
325 vbifmt->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_fmt_sliced_vbi_out()
326 vbifmt->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_fmt_sliced_vbi_out()
1206 cap->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap()
1207 cap->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in ivtv_g_sliced_vbi_cap()
/linux-2.6.39/drivers/media/video/
Dsaa7127.c637 fmt->service_lines[0][21] = V4L2_SLICED_CAPTION_525; in saa7127_g_sliced_fmt()
638 fmt->service_lines[1][21] = V4L2_SLICED_CAPTION_525; in saa7127_g_sliced_fmt()
643 (state->cc_enable ? V4L2_SLICED_CAPTION_525 : 0); in saa7127_g_sliced_fmt()
654 case V4L2_SLICED_CAPTION_525: in saa7127_s_vbi_data()
Dsaa7115.c1034 case V4L2_SLICED_CAPTION_525: in saa711x_set_lcr()
1063 0, V4L2_SLICED_CAPTION_525, /* 4 */ in saa711x_g_sliced_fmt()
1154 vbi->type = V4L2_SLICED_CAPTION_525; in saa711x_decode_vbi_line()
1325 case V4L2_SLICED_CAPTION_525: in saa711x_g_vbi_data()
Dtvp5150.c508 {V4L2_SLICED_CAPTION_525,21,21,1},
/linux-2.6.39/include/linux/
Dvideodev2.h1638 #define V4L2_SLICED_CAPTION_525 (0x1000) macro
1642 #define V4L2_SLICED_VBI_525 (V4L2_SLICED_CAPTION_525)
/linux-2.6.39/drivers/media/video/pvrusb2/
Dpvrusb2-hdw.c2036 fmt.fmt.sliced.service_lines[0][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack()
2037 fmt.fmt.sliced.service_lines[1][21] = V4L2_SLICED_CAPTION_525; in pvr2_hdw_cx25840_vbi_hack()