Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/imagination/
De5010-jpeg-enc.c496 struct v4l2_rect base_rect; in e5010_s_selection() local
510 base_rect.top = 0; in e5010_s_selection()
511 base_rect.left = 0; in e5010_s_selection()
512 base_rect.width = queue->width; in e5010_s_selection()
513 base_rect.height = queue->height; in e5010_s_selection()
551 if (!v4l2_rect_enclosed(&s->r, &base_rect)) in e5010_s_selection()
556 if (!v4l2_rect_equal(&s->r, &base_rect)) in e5010_s_selection()
/linux-6.12.1/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c1745 struct v4l2_rect base_rect; in exynos3250_jpeg_try_crop() local
1764 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()