Lines Matching defs:odd
183 unsigned int even, odd;
187 { .even = _even, .odd = _odd }
276 * odd field. Each sync takes half a life so
277 * the odd field front porch is shorter by
295 * for the even field and one line for the odd
303 * for the even field, 4 for the odd field. In
312 * odd field, we should be using 2 lines but
461 vfp_min = params->vfp_lines.even + params->vfp_lines.odd;
462 vbp_min = params->vbp_lines.even + params->vbp_lines.odd;
463 vslen = params->vslen_lines.even + params->vslen_lines.odd;
468 * with the odd one.
471 * even and odd field, while NTSC is symmetric.
474 * PAL, we need to use the odd field timings.
476 * Since odd == even for NTSC, we can just use the odd
479 vfp_min = params->vfp_lines.odd;
480 vbp_min = params->vbp_lines.odd;
481 vslen = params->vslen_lines.odd;
986 /* 36. Find the number of lines in the odd front porch period: */