Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/test-drivers/vimc/
A Dvimc-scaler.c29 struct v4l2_rect crop_rect; member
155 return &vscaler->crop_rect; in vimc_scaler_pad_crop()
277 struct v4l2_rect *crop_rect; in vimc_scaler_set_selection() local
286 crop_rect = vimc_scaler_pad_crop(vscaler, sd_state, sel->which); in vimc_scaler_set_selection()
290 *crop_rect = sel->r; in vimc_scaler_set_selection()
355 const struct v4l2_rect *r = &vscaler->crop_rect; in vimc_scaler_fill_src_frame()
436 vscaler->crop_rect = crop_rect_default; in vimc_scaler_add()
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-jpeg/
A Djpeg-core.c1649 ct->crop_rect.width = pix->width; in s5p_jpeg_s_fmt()
1727 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_downscale()
1728 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_downscale()
1729 ctx->crop_rect.left = 0; in exynos3250_jpeg_try_downscale()
1730 ctx->crop_rect.top = 0; in exynos3250_jpeg_try_downscale()
1772 ctx->crop_rect.left = r->left; in exynos3250_jpeg_try_crop()
1773 ctx->crop_rect.top = r->top; in exynos3250_jpeg_try_crop()
1774 ctx->crop_rect.width = r->width; in exynos3250_jpeg_try_crop()
1811 s->r.left = ctx->crop_rect.left; in s5p_jpeg_g_selection()
1812 s->r.top = ctx->crop_rect.top; in s5p_jpeg_g_selection()
[all …]
A Djpeg-core.h235 struct v4l2_rect crop_rect; member
/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/
A Dfimc-lite.c626 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local
630 r->width = crop_rect->width; in fimc_lite_try_compose()
631 r->height = crop_rect->height; in fimc_lite_try_compose()

Completed in 13 milliseconds