Searched refs:crop_rect (Results 1 – 4 of 4) sorted by relevance
1654 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 …]
225 struct v4l2_rect crop_rect; member
247 struct v4l2_rect *crop_rect; in vimc_scaler_set_selection() local256 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()
624 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect; in fimc_lite_try_compose() local628 r->width = crop_rect->width; in fimc_lite_try_compose()629 r->height = crop_rect->height; in fimc_lite_try_compose()