Lines Matching refs:vbi
53 #include "ivtv-vbi.h"
779 itv->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
780 itv->vbi.sliced_in = &itv->vbi.in.fmt.sliced;
814 itv->vbi.sliced_size = 288; /* multiple of 16, real size = 284 */
816 itv->vbi.sliced_size = 64; /* multiple of 16, real size = 52 */
956 itv->vbi.raw_decoder_line_size = 1444;
957 itv->vbi.raw_decoder_sav_odd_field = 0x20;
958 itv->vbi.raw_decoder_sav_even_field = 0x60;
959 itv->vbi.sliced_decoder_line_size = 272;
960 itv->vbi.sliced_decoder_sav_odd_field = 0xB0;
961 itv->vbi.sliced_decoder_sav_even_field = 0xF0;
975 itv->vbi.raw_decoder_line_size = 1443;
976 itv->vbi.raw_decoder_sav_odd_field = 0x25;
977 itv->vbi.raw_decoder_sav_even_field = 0x62;
978 itv->vbi.sliced_decoder_line_size = 51;
979 itv->vbi.sliced_decoder_sav_odd_field = 0xAB;
980 itv->vbi.sliced_decoder_sav_even_field = 0xEC;
984 itv->vbi.raw_decoder_line_size = 1443;
985 itv->vbi.raw_decoder_sav_odd_field = 0x25;
986 itv->vbi.raw_decoder_sav_even_field = 0x62;
987 itv->vbi.sliced_decoder_line_size = 51;
988 itv->vbi.sliced_decoder_sav_odd_field = 0xAB;
989 itv->vbi.sliced_decoder_sav_even_field = 0xEC;
1168 itv->vbi.raw_size = 1456;
1175 vbi_buf_size = itv->vbi.raw_size * (itv->is_60hz ? 24 : 36) / 2;
1449 kfree(itv->vbi.sliced_mpeg_data[i]);