Lines Matching refs:height
741 int height = priv->crop_rect.height; in ov5642_set_resolution() local
745 int start_y = (OV5642_SENSOR_SIZE_Y - height) / 2; in ov5642_set_resolution()
763 ret = reg_write16(client, REG_WINDOW_HEIGHT_HIGH, height); in ov5642_set_resolution()
767 priv->crop_rect.height = height; in ov5642_set_resolution()
772 ret = reg_write16(client, REG_OUT_HEIGHT_HIGH, height); in ov5642_set_resolution()
784 ret = reg_write16(client, REG_AVG_WINDOW_END_Y_HIGH, height); in ov5642_set_resolution()
797 mf->height = priv->crop_rect.height; in ov5642_try_fmt()
836 mf->height = priv->crop_rect.height; in ov5642_g_fmt()
860 &rect.height, 32, OV5642_MAX_HEIGHT, 1, 0); in ov5642_s_crop()
863 priv->crop_rect.height = rect.height; in ov5642_s_crop()
865 priv->total_height = max_t(int, rect.height + in ov5642_s_crop()
869 priv->crop_rect.height = rect.height; in ov5642_s_crop()
899 a->bounds.height = OV5642_MAX_HEIGHT; in ov5642_cropcap()
1024 priv->crop_rect.height = OV5642_DEFAULT_HEIGHT; in ov5642_probe()