crop_rect         745 drivers/media/i2c/s5k4ecgx.c 	const struct v4l2_rect *crop_rect = &priv->curr_frmsize->input_window;
crop_rect         748 drivers/media/i2c/s5k4ecgx.c 	ret = s5k4ecgx_set_input_window(client, crop_rect);
crop_rect         750 drivers/media/i2c/s5k4ecgx.c 		ret = s5k4ecgx_set_zoom_window(client, crop_rect);
crop_rect         622 drivers/media/platform/exynos4-is/fimc-lite.c 	struct v4l2_rect *crop_rect = &fimc->inp_frame.rect;
crop_rect         626 drivers/media/platform/exynos4-is/fimc-lite.c 	r->width = crop_rect->width;
crop_rect         627 drivers/media/platform/exynos4-is/fimc-lite.c 	r->height = crop_rect->height;
crop_rect        1651 drivers/media/platform/s5p-jpeg/jpeg-core.c 		ct->crop_rect.width = pix->width;
crop_rect        1652 drivers/media/platform/s5p-jpeg/jpeg-core.c 		ct->crop_rect.height = pix->height;
crop_rect        1729 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.width = r->width;
crop_rect        1730 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.height = r->height;
crop_rect        1731 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.left = 0;
crop_rect        1732 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.top = 0;
crop_rect        1787 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.left = r->left;
crop_rect        1788 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.top = r->top;
crop_rect        1789 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.width = r->width;
crop_rect        1790 drivers/media/platform/s5p-jpeg/jpeg-core.c 	ctx->crop_rect.height = r->height;
crop_rect        1824 drivers/media/platform/s5p-jpeg/jpeg-core.c 		s->r.width = ctx->crop_rect.width;
crop_rect        1825 drivers/media/platform/s5p-jpeg/jpeg-core.c 		s->r.height =  ctx->crop_rect.height;
crop_rect        1826 drivers/media/platform/s5p-jpeg/jpeg-core.c 		s->r.left = ctx->crop_rect.left;
crop_rect        1827 drivers/media/platform/s5p-jpeg/jpeg-core.c 		s->r.top = ctx->crop_rect.top;
crop_rect        2381 drivers/media/platform/s5p-jpeg/jpeg-core.c 		exynos3250_jpeg_set_x(jpeg->regs, ctx->crop_rect.width);
crop_rect        2382 drivers/media/platform/s5p-jpeg/jpeg-core.c 		exynos3250_jpeg_set_y(jpeg->regs, ctx->crop_rect.height);
crop_rect        2385 drivers/media/platform/s5p-jpeg/jpeg-core.c 		exynos3250_jpeg_offset(jpeg->regs, ctx->crop_rect.left,
crop_rect        2386 drivers/media/platform/s5p-jpeg/jpeg-core.c 							ctx->crop_rect.top);
crop_rect         235 drivers/media/platform/s5p-jpeg/jpeg-core.h 	struct v4l2_rect	crop_rect;
crop_rect         608 drivers/staging/media/soc_camera/soc_ov5642.c 	struct v4l2_rect                crop_rect;
crop_rect         738 drivers/staging/media/soc_camera/soc_ov5642.c 	int width = priv->crop_rect.width;
crop_rect         739 drivers/staging/media/soc_camera/soc_ov5642.c 	int height = priv->crop_rect.height;
crop_rect         754 drivers/staging/media/soc_camera/soc_ov5642.c 		priv->crop_rect.left = start_x;
crop_rect         755 drivers/staging/media/soc_camera/soc_ov5642.c 		priv->crop_rect.top = start_y;
crop_rect         764 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.width = width;
crop_rect         765 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.height = height;
crop_rect         799 drivers/staging/media/soc_camera/soc_ov5642.c 	mf->width = priv->crop_rect.width;
crop_rect         800 drivers/staging/media/soc_camera/soc_ov5642.c 	mf->height = priv->crop_rect.height;
crop_rect         833 drivers/staging/media/soc_camera/soc_ov5642.c 	mf->width	= priv->crop_rect.width;
crop_rect         834 drivers/staging/media/soc_camera/soc_ov5642.c 	mf->height	= priv->crop_rect.height;
crop_rect         867 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.width	= rect.width;
crop_rect         868 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.height	= rect.height;
crop_rect         873 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.width		= rect.width;
crop_rect         874 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.height		= rect.height;
crop_rect         903 drivers/staging/media/soc_camera/soc_ov5642.c 		sel->r = priv->crop_rect;
crop_rect        1027 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.width	= OV5642_DEFAULT_WIDTH;
crop_rect        1028 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.height	= OV5642_DEFAULT_HEIGHT;
crop_rect        1029 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.left	= (OV5642_MAX_WIDTH - OV5642_DEFAULT_WIDTH) / 2;
crop_rect        1030 drivers/staging/media/soc_camera/soc_ov5642.c 	priv->crop_rect.top	= (OV5642_MAX_HEIGHT - OV5642_DEFAULT_HEIGHT) / 2;