Lines Matching refs:crop_rect
612 struct v4l2_rect crop_rect; member
740 int width = priv->crop_rect.width; in ov5642_set_resolution()
741 int height = priv->crop_rect.height; in ov5642_set_resolution()
756 priv->crop_rect.left = start_x; in ov5642_set_resolution()
757 priv->crop_rect.top = start_y; in ov5642_set_resolution()
766 priv->crop_rect.width = width; in ov5642_set_resolution()
767 priv->crop_rect.height = height; in ov5642_set_resolution()
801 mf->width = priv->crop_rect.width; in ov5642_set_fmt()
802 mf->height = priv->crop_rect.height; in ov5642_set_fmt()
835 mf->width = priv->crop_rect.width; in ov5642_get_fmt()
836 mf->height = priv->crop_rect.height; in ov5642_get_fmt()
863 priv->crop_rect.width = rect.width; in ov5642_s_crop()
864 priv->crop_rect.height = 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()
890 *rect = priv->crop_rect; in ov5642_g_crop()
1027 priv->crop_rect.width = OV5642_DEFAULT_WIDTH; in ov5642_probe()
1028 priv->crop_rect.height = OV5642_DEFAULT_HEIGHT; in ov5642_probe()
1029 priv->crop_rect.left = (OV5642_MAX_WIDTH - OV5642_DEFAULT_WIDTH) / 2; in ov5642_probe()
1030 priv->crop_rect.top = (OV5642_MAX_HEIGHT - OV5642_DEFAULT_HEIGHT) / 2; in ov5642_probe()