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

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

Completed in 51 milliseconds