Searched refs:crop_rect (Results 1 – 4 of 4) sorted by relevance
29 struct v4l2_rect crop_rect; member155 return &vscaler->crop_rect; in vimc_scaler_pad_crop()277 struct v4l2_rect *crop_rect; in vimc_scaler_set_selection() local286 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()
1654 ct->crop_rect.width = pix->width; 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()1816 s->r.left = ctx->crop_rect.left; in s5p_jpeg_g_selection()1817 s->r.top = ctx->crop_rect.top; in s5p_jpeg_g_selection()[all …]
225 struct v4l2_rect crop_rect; member
626 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local630 r->width = crop_rect->width; in fimc_lite_try_compose()631 r->height = crop_rect->height; in fimc_lite_try_compose()