Home
last modified time | relevance | path

Searched refs:wratio (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h404 u32 *wratio, u32 tx, u32 ty, u32 *hratio);
H A Dgsc-core.c275 struct gsc_frame *s_frame, u32 *wratio, in gsc_check_src_scale_info() argument
291 remainder = s_frame->crop.width % (*wratio * walign); in gsc_check_src_scale_info()
294 gsc_cal_prescaler_ratio(var, s_frame->crop.width, tx, wratio); in gsc_check_src_scale_info()
/openbmc/linux/drivers/media/i2c/
H A Dimx274.c1029 u8 wratio = imx274_modes[i].wbin_ratio; in __imx274_change_compose() local
1034 cur_crop->width / wratio, *width, in __imx274_change_compose()