Lines Matching refs:rect
857 struct v4l2_rect rect = a->c; in ov5642_s_crop() local
860 v4l_bound_align_image(&rect.width, 48, OV5642_MAX_WIDTH, 1, in ov5642_s_crop()
861 &rect.height, 32, OV5642_MAX_HEIGHT, 1, 0); in ov5642_s_crop()
863 priv->crop_rect.width = rect.width; in ov5642_s_crop()
864 priv->crop_rect.height = rect.height; in ov5642_s_crop()
865 priv->total_width = rect.width + BLANKING_EXTRA_WIDTH; in ov5642_s_crop()
866 priv->total_height = max_t(int, rect.height + in ov5642_s_crop()
869 priv->crop_rect.width = rect.width; in ov5642_s_crop()
870 priv->crop_rect.height = rect.height; in ov5642_s_crop()
885 struct v4l2_rect *rect = &a->c; in ov5642_g_crop() local
890 *rect = priv->crop_rect; in ov5642_g_crop()