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()
1649 ct->crop_rect.width = pix->width; in s5p_jpeg_s_fmt()1650 ct->crop_rect.height = pix->height; 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()1775 ctx->crop_rect.height = r->height; in exynos3250_jpeg_try_crop()[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()