Home
last modified time | relevance | path

Searched refs:current_crop (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c1060 struct v4l2_crop current_crop; in soc_camera_s_crop() local
1069 current_crop.type = a->type; in soc_camera_s_crop()
1072 ret = ici->ops->get_crop(icd, &current_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()