Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c1654 ct->crop_rect.width = pix->width; in s5p_jpeg_s_fmt()
1655 ct->crop_rect.height = pix->height; in s5p_jpeg_s_fmt()
1732 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_downscale()
1733 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_downscale()
1734 ctx->crop_rect.left = 0; in exynos3250_jpeg_try_downscale()
1735 ctx->crop_rect.top = 0; in exynos3250_jpeg_try_downscale()
1777 ctx->crop_rect.left = r->left; in exynos3250_jpeg_try_crop()
1778 ctx->crop_rect.top = r->top; in exynos3250_jpeg_try_crop()
1779 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_crop()
1780 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_crop()
[all …]
Djpeg-core.h225 struct v4l2_rect crop_rect; member
/linux-6.12.1/drivers/media/test-drivers/vimc/
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()
/linux-6.12.1/drivers/media/platform/samsung/exynos4-is/
Dfimc-lite.c624 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local
628 r->width = crop_rect->width; in fimc_lite_try_compose()
629 r->height = crop_rect->height; in fimc_lite_try_compose()