Lines Matching defs:cap
544 struct vfe_settings *cap, struct vfe_polarity *pol)552 cap->x, cap->y, cap->width, cap->height,553 cap->decimation, cap->quality);558 ptr->width = cap->width / (cap->decimation & 0xff);559 ptr->height = cap->height / ((cap->decimation >> 8) & 0xff);565 size = size * cap->quality / 200;