Lines Matching defs:cap
484 struct vfe_settings *cap, struct vfe_polarity *pol)
492 cap->x, cap->y, cap->width, cap->height, cap->decimation);
498 ptr->width = cap->width / (cap->decimation & 0xff);
499 ptr->height = cap->height / (cap->decimation >> 8);
519 switch (cap->decimation & 0xff) {
533 switch (cap->decimation >> 8) {
579 reg = cap->y + norm->v_start; /* Vstart */
583 reg += cap->height; /* Vend */
587 reg = cap->x + norm->h_start; /* Hstart */
591 reg += cap->width; /* Hend */
621 size = size * cap->quality / (low_bitrate ? 400 : 200);