Searched refs:current_crop (Results 1 – 1 of 1) sorted by relevance
1060 struct v4l2_crop current_crop; in soc_camera_s_crop() local1069 current_crop.type = a->type; in soc_camera_s_crop()1072 ret = ici->ops->get_crop(icd, ¤t_crop); in soc_camera_s_crop()1078 } else if ((a->c.width == current_crop.c.width && in soc_camera_s_crop()1079 a->c.height == current_crop.c.height) || in soc_camera_s_crop()