Searched refs:sca_mult (Results 1 – 2 of 2) sorted by relevance
16 static unsigned int sca_mult = 3; variable17 module_param(sca_mult, uint, 0000);18 MODULE_PARM_DESC(sca_mult, " the image size multiplier");102 mf->width = mf->width * sca_mult; in vimc_sca_init_cfg()103 mf->height = mf->height * sca_mult; in vimc_sca_init_cfg()176 format->format.width = crop_rect->width * sca_mult; in vimc_sca_get_fmt()177 format->format.height = crop_rect->height * sca_mult; in vimc_sca_get_fmt()229 fmt->format.width = crop_rect->width * sca_mult; in vimc_sca_set_fmt()230 fmt->format.height = crop_rect->height * sca_mult; in vimc_sca_set_fmt()352 sca_mult * vsca->bpp; in vimc_sca_s_stream()[all …]
85 * ``sca_mult=<unsigned int>``88 height, so the image size will be ``sca_mult^2`` bigger than the