Home
last modified time | relevance | path

Searched refs:scaleup_h (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-core.c171 scaler->scaleup_h = (target_x >= source_x); in s3c_camif_get_scaler_config()
180 pr_debug("Source: %dx%d, Target: %dx%d, scaleup_h/v: %d/%d\n", in s3c_camif_get_scaler_config()
182 scaler->scaleup_h, scaler->scaleup_v); in s3c_camif_get_scaler_config()
H A Dcamif-core.h164 u8 scaleup_h; member
H A Dcamif-regs.c394 if (scaler->scaleup_h) { in camif_s3c244x_hw_set_scaler()
449 if (scaler->scaleup_h) in camif_s3c64xx_hw_set_scaler()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c172 scaler->scaleup_h = (target_x >= source_x); in s3c_camif_get_scaler_config()
181 pr_debug("Source: %dx%d, Target: %dx%d, scaleup_h/v: %d/%d\n", in s3c_camif_get_scaler_config()
183 scaler->scaleup_h, scaler->scaleup_v); in s3c_camif_get_scaler_config()
H A Dcamif-core.h166 u8 scaleup_h; member
H A Dcamif-regs.c394 if (scaler->scaleup_h) { in camif_s3c244x_hw_set_scaler()
449 if (scaler->scaleup_h) in camif_s3c64xx_hw_set_scaler()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-core.h171 * @scaleup_h: flag indicating scaling up horizontally
188 unsigned int scaleup_h:1; member
H A Dfimc-reg.c269 if (sc->scaleup_h) in fimc_hw_set_scaler()
H A Dfimc-core.c276 sc->scaleup_h = (tx >= sx) ? 1 : 0; in fimc_set_scaler_info()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h171 * @scaleup_h: flag indicating scaling up horizontally
188 unsigned int scaleup_h:1; member
H A Dfimc-reg.c269 if (sc->scaleup_h) in fimc_hw_set_scaler()
H A Dfimc-core.c277 sc->scaleup_h = (tx >= sx) ? 1 : 0; in fimc_set_scaler_info()

Completed in 13 milliseconds