Lines Matching refs:start
26 /* Offset from line sync pulse leading edge (0H) to start of VBI capture,
189 VBI capturing must always start before video capturing. >> 1
210 /* No data from this field. We leave f->start[i]
215 s64 start, count;
217 start = clamp(f->start[i], min_start, max_start);
219 count = (s64) f->start[i] + f->count[i] - start;
220 f->start[i] = start;
222 max_end - start);
232 f->start[0] = tvnorm->vbistart[0];
233 f->start[1] = tvnorm->vbistart[1];
282 start1 = frt->fmt.vbi.start[1] - tvnorm->vbistart[1] +
286 max(f->start[0] + f->count[0], start1 + f->count[1]) * 2
289 so end = start + 1, the lowest possible value, times two
291 end = max(frt->fmt.vbi.start[0], start1) * 2 + 2;
331 new_start = frt->fmt.vbi.start[i] + tvnorm->vbistart[i]
334 frt->fmt.vbi.start[i] = min(new_start, max_end - 1);
337 max_end - frt->fmt.vbi.start[i]);
358 f->fmt.start[0] = tvnorm->vbistart[0];
359 f->fmt.start[1] = tvnorm->vbistart[1];