Lines Matching refs:sca_mult
16 static unsigned int sca_mult = 3;
17 module_param(sca_mult, uint, 0000);
18 MODULE_PARM_DESC(sca_mult, " the image size multiplier");
102 mf->width = mf->width * sca_mult;
103 mf->height = mf->height * sca_mult;
176 format->format.width = crop_rect->width * sca_mult;
177 format->format.height = crop_rect->height * sca_mult;
229 fmt->format.width = crop_rect->width * sca_mult;
230 fmt->format.height = crop_rect->height * sca_mult;
352 sca_mult * vsca->bpp;
356 sca_mult;
419 index = VIMC_FRAME_INDEX(lin * sca_mult, col * sca_mult,
420 crop_rect.width * sca_mult, vsca->bpp);
423 vsca->sd.name, lin * sca_mult, col * sca_mult, index);
426 for (i = 0; i < sca_mult; i++) {
430 for (j = 0; j < sca_mult * vsca->bpp; j += vsca->bpp) {