Searched refs:crop_rect (Results 1 – 5 of 5) sorted by relevance
608 struct v4l2_rect crop_rect; member738 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 …]
1651 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 …]
235 struct v4l2_rect crop_rect; member
745 const struct v4l2_rect *crop_rect = &priv->curr_frmsize->input_window; in __s5k4ecgx_s_params() local748 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()
622 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local626 r->width = crop_rect->width; in fimc_lite_try_compose()627 r->height = crop_rect->height; in fimc_lite_try_compose()