Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1731 struct v4l2_rect base_rect; in exynos3250_jpeg_try_crop() local
1750 base_rect.top = 0; in exynos3250_jpeg_try_crop()
1751 base_rect.left = 0; in exynos3250_jpeg_try_crop()
1752 base_rect.width = ctx->out_q.w; in exynos3250_jpeg_try_crop()
1753 base_rect.height = ctx->out_q.h; in exynos3250_jpeg_try_crop()
1760 if (!enclosed_rectangle(r, &base_rect)) in exynos3250_jpeg_try_crop()