Searched refs:crop_rect (Results 1 – 5 of 5) sorted by relevance
612 struct v4l2_rect crop_rect; member740 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 …]
1636 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 …]
235 struct v4l2_rect crop_rect; member
751 const struct v4l2_rect *crop_rect = &priv->curr_frmsize->input_window; in __s5k4ecgx_s_params() local754 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()
639 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local643 r->width = crop_rect->width; in fimc_lite_try_compose()644 r->height = crop_rect->height; in fimc_lite_try_compose()