Lines Matching defs:cap
214 struct vfe_settings *cap, struct vfe_polarity *pol)
221 cap->x, cap->y, cap->width, cap->height,
222 cap->decimation);
229 ptr->width = cap->width;
230 ptr->height = cap->height;
239 ptr->xoff = (norm->h_start ? norm->h_start : 1) + cap->x;
246 ptr->yoff = norm->v_start + cap->y;
248 ptr->xdec = ((cap->decimation & 0xff) == 1) ? 0 : 1;
249 ptr->ydec = (((cap->decimation >> 8) & 0xff) == 1) ? 0 : 1;