Lines Matching defs:line
48 static int valid_service_line(int field, int line, int is_pal)
50 return (is_pal && line >= 6 && (line != 23 || field == 0)) ||
51 (!is_pal && line >= 10 && line < 22);
54 static u16 select_service_from_set(int field, int line, u16 set, int is_pal)
60 if (set == 0 || !valid_service_line(field, line, is_pal)) {
64 if (line == 21 && (set & V4L2_SLICED_CAPTION_525))
68 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS))
70 if (line == 23 && field == 0 && (set & V4L2_SLICED_WSS_625))
72 if (line == 23)