Searched refs:base_rect (Results 1 – 1 of 1) sorted by relevance
1745 struct v4l2_rect base_rect; in exynos3250_jpeg_try_crop() local1764 base_rect.top = 0; in exynos3250_jpeg_try_crop()1765 base_rect.left = 0; in exynos3250_jpeg_try_crop()1766 base_rect.width = ctx->out_q.w; in exynos3250_jpeg_try_crop()1767 base_rect.height = ctx->out_q.h; in exynos3250_jpeg_try_crop()1774 if (!v4l2_rect_enclosed(r, &base_rect)) in exynos3250_jpeg_try_crop()