Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_camera.c1045 struct v4l2_crop current_crop; in soc_camera_s_crop() local
1054 current_crop.type = a->type; in soc_camera_s_crop()
1057 ret = ici->ops->get_crop(icd, &current_crop); in soc_camera_s_crop()
1063 } else if ((a->c.width == current_crop.c.width && in soc_camera_s_crop()
1064 a->c.height == current_crop.c.height) || in soc_camera_s_crop()