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()796 mf->width = priv->crop_rect.width; in ov5642_try_fmt()797 mf->height = priv->crop_rect.height; in ov5642_try_fmt()835 mf->width = priv->crop_rect.width; in ov5642_g_fmt()[all …]
1382 ct->crop_rect.width = pix->width; in s5p_jpeg_s_fmt()1383 ct->crop_rect.height = pix->height; in s5p_jpeg_s_fmt()1451 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_downscale()1452 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_downscale()1453 ctx->crop_rect.left = 0; in exynos3250_jpeg_try_downscale()1454 ctx->crop_rect.top = 0; in exynos3250_jpeg_try_downscale()1509 ctx->crop_rect.left = r->left; in exynos3250_jpeg_try_crop()1510 ctx->crop_rect.top = r->top; in exynos3250_jpeg_try_crop()1511 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_crop()1512 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_crop()[all …]
202 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()
642 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local646 r->width = crop_rect->width; in fimc_lite_try_compose()647 r->height = crop_rect->height; in fimc_lite_try_compose()