Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1646 ct->crop_rect.width = pix->width; in s5p_jpeg_s_fmt()
1647 ct->crop_rect.height = pix->height; in s5p_jpeg_s_fmt()
1724 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_downscale()
1725 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_downscale()
1726 ctx->crop_rect.left = 0; in exynos3250_jpeg_try_downscale()
1727 ctx->crop_rect.top = 0; in exynos3250_jpeg_try_downscale()
1769 ctx->crop_rect.left = r->left; in exynos3250_jpeg_try_crop()
1770 ctx->crop_rect.top = r->top; in exynos3250_jpeg_try_crop()
1771 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_crop()
1772 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_crop()
[all …]
H A Djpeg-core.h225 struct v4l2_rect crop_rect; member
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c247 struct v4l2_rect *crop_rect; in vimc_scaler_set_selection() local
256 crop_rect = v4l2_subdev_state_get_crop(sd_state, VIMC_SCALER_SINK); in vimc_scaler_set_selection()
259 *crop_rect = sel->r; in vimc_scaler_set_selection()