Searched refs:h_step (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.c | 1398 int width, height, w_step, h_step; in jpeg_bound_align_image() local 1404 h_step = 1 << halign; in jpeg_bound_align_image() 1424 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image() 1425 *h += h_step; in jpeg_bound_align_image() 1743 int w_step, h_step; in exynos3250_jpeg_try_crop() local 1749 h_step = 2; in exynos3250_jpeg_try_crop() 1753 h_step = 2; in exynos3250_jpeg_try_crop() 1757 h_step = 1; in exynos3250_jpeg_try_crop() 1767 r->height = round_down(r->height, h_step); in exynos3250_jpeg_try_crop()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-core.c | 1396 int width, height, w_step, h_step; in jpeg_bound_align_image() local 1402 h_step = 1 << halign; in jpeg_bound_align_image() 1422 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image() 1423 *h += h_step; in jpeg_bound_align_image() 1741 int w_step, h_step; in exynos3250_jpeg_try_crop() local 1747 h_step = 2; in exynos3250_jpeg_try_crop() 1751 h_step = 2; in exynos3250_jpeg_try_crop() 1755 h_step = 1; in exynos3250_jpeg_try_crop() 1765 r->height = round_down(r->height, h_step); in exynos3250_jpeg_try_crop()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | imx274.c | 1054 * h_step could be 12 or 24 depending on the binning. But we in imx274_set_selection_crop() 1059 const u32 h_step = 24; in imx274_set_selection_crop() local 1062 IMX274_ROUND(sel->r.width, h_step, sel->flags), in imx274_set_selection_crop() 1070 IMX274_ROUND(sel->r.left, h_step, 0), in imx274_set_selection_crop()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | rcar_jpu.c | 752 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local 758 h_step = 1U << h_align; in jpu_bound_align_image() 764 if (*h < height && *h + h_step < h_max) in jpu_bound_align_image() 765 *h += h_step; in jpu_bound_align_image()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 745 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local 751 h_step = 1U << h_align; in jpu_bound_align_image() 757 if (*h < height && *h + h_step < h_max) in jpu_bound_align_image() 758 *h += h_step; in jpu_bound_align_image()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx274.c | 1189 * h_step could be 12 or 24 depending on the binning. But we in imx274_set_selection_crop() 1194 const u32 h_step = 24; in imx274_set_selection_crop() local 1197 IMX274_ROUND(sel->r.width, h_step, sel->flags), in imx274_set_selection_crop() 1205 IMX274_ROUND(sel->r.left, h_step, 0), in imx274_set_selection_crop()
|
Completed in 16 milliseconds