Home
last modified time | relevance | path

Searched refs:crop_rect (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_ov5642.c608 struct v4l2_rect crop_rect; member
738 int width = priv->crop_rect.width; in ov5642_set_resolution()
739 int height = priv->crop_rect.height; in ov5642_set_resolution()
754 priv->crop_rect.left = start_x; in ov5642_set_resolution()
755 priv->crop_rect.top = start_y; in ov5642_set_resolution()
764 priv->crop_rect.width = width; in ov5642_set_resolution()
765 priv->crop_rect.height = height; in ov5642_set_resolution()
799 mf->width = priv->crop_rect.width; in ov5642_set_fmt()
800 mf->height = priv->crop_rect.height; in ov5642_set_fmt()
833 mf->width = priv->crop_rect.width; in ov5642_get_fmt()
[all …]
/Linux-v5.4/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1651 ct->crop_rect.width = pix->width; in s5p_jpeg_s_fmt()
1652 ct->crop_rect.height = pix->height; in s5p_jpeg_s_fmt()
1729 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_downscale()
1730 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_downscale()
1731 ctx->crop_rect.left = 0; in exynos3250_jpeg_try_downscale()
1732 ctx->crop_rect.top = 0; in exynos3250_jpeg_try_downscale()
1787 ctx->crop_rect.left = r->left; in exynos3250_jpeg_try_crop()
1788 ctx->crop_rect.top = r->top; in exynos3250_jpeg_try_crop()
1789 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_crop()
1790 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_crop()
[all …]
Djpeg-core.h235 struct v4l2_rect crop_rect; member
/Linux-v5.4/drivers/media/i2c/
Ds5k4ecgx.c745 const struct v4l2_rect *crop_rect = &priv->curr_frmsize->input_window; in __s5k4ecgx_s_params() local
748 ret = s5k4ecgx_set_input_window(client, crop_rect); in __s5k4ecgx_s_params()
750 ret = s5k4ecgx_set_zoom_window(client, crop_rect); in __s5k4ecgx_s_params()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-lite.c622 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local
626 r->width = crop_rect->width; in fimc_lite_try_compose()
627 r->height = crop_rect->height; in fimc_lite_try_compose()