Lines Matching defs:top
1068 unsigned int slv = prev->crop.top;
1069 unsigned int elv = prev->crop.top + prev->crop.height - 1;
1820 unsigned int top = PREV_MARGIN_TOP;
1841 top += 2;
1845 /* Restrict left/top to even values to keep the Bayer pattern. */
1847 crop->top &= ~1;
1850 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT);
1854 bottom - crop->top);
1941 sel->r.top = 0;
2053 crop->top = 0;