Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/soc_camera/
Dov5642.c612 struct v4l2_rect crop_rect; member
740 int width = priv->crop_rect.width; in ov5642_set_resolution()
741 int height = priv->crop_rect.height; in ov5642_set_resolution()
756 priv->crop_rect.left = start_x; in ov5642_set_resolution()
757 priv->crop_rect.top = start_y; in ov5642_set_resolution()
766 priv->crop_rect.width = width; in ov5642_set_resolution()
767 priv->crop_rect.height = height; in ov5642_set_resolution()
801 mf->width = priv->crop_rect.width; in ov5642_set_fmt()
802 mf->height = priv->crop_rect.height; in ov5642_set_fmt()
835 mf->width = priv->crop_rect.width; in ov5642_get_fmt()
[all …]
/linux-4.4.14/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1636 ct->crop_rect.width = pix->width; in s5p_jpeg_s_fmt()
1637 ct->crop_rect.height = pix->height; in s5p_jpeg_s_fmt()
1705 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_downscale()
1706 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_downscale()
1707 ctx->crop_rect.left = 0; in exynos3250_jpeg_try_downscale()
1708 ctx->crop_rect.top = 0; in exynos3250_jpeg_try_downscale()
1763 ctx->crop_rect.left = r->left; in exynos3250_jpeg_try_crop()
1764 ctx->crop_rect.top = r->top; in exynos3250_jpeg_try_crop()
1765 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_crop()
1766 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_crop()
[all …]
Djpeg-core.h235 struct v4l2_rect crop_rect; member
/linux-4.4.14/drivers/media/i2c/
Ds5k4ecgx.c751 const struct v4l2_rect *crop_rect = &priv->curr_frmsize->input_window; in __s5k4ecgx_s_params() local
754 ret = s5k4ecgx_set_input_window(client, crop_rect); in __s5k4ecgx_s_params()
756 ret = s5k4ecgx_set_zoom_window(client, crop_rect); in __s5k4ecgx_s_params()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-lite.c639 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local
643 r->width = crop_rect->width; in fimc_lite_try_compose()
644 r->height = crop_rect->height; in fimc_lite_try_compose()