Lines Matching defs:lines
378 int lines;
390 /* determine number of lines and total number of VBI bytes.
396 lines = itv->vbi.count * 2;
398 lines = itv->is_60hz ? 24 : 38;
400 lines += 2;
403 itv->vbi.enc_size = lines * (raw ? itv->vbi.raw_size : itv->vbi.sliced_size);
413 /* The start/stop codes determine which VBI lines end up in the raw VBI data area.
430 data[5] = lines;
443 data[5] = lines;
445 data[6] = itv->vbi.enc_size / lines;
463 /* select VBI lines.
480 - Is it possible to select particular VBI lines only for inclusion in the MPEG
481 stream? Currently you can only get the first X lines.