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

/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c734 struct v4l2_rect *crop = &camif->camif_crop; __camif_video_try_format()
1254 mf->width = camif->camif_crop.width; s3c_camif_subdev_get_fmt()
1255 mf->height = camif->camif_crop.height; s3c_camif_subdev_get_fmt()
1288 struct v4l2_rect *crop = &camif->camif_crop; __camif_subdev_try_format()
1304 struct v4l2_rect *crop = &camif->camif_crop; s3c_camif_subdev_set_fmt()
1370 struct v4l2_rect *crop = &camif->camif_crop; s3c_camif_subdev_get_selection()
1442 *r = camif->camif_crop; __camif_try_crop()
1457 struct v4l2_rect *crop = &camif->camif_crop; s3c_camif_subdev_set_selection()
1665 memset(&camif->camif_crop, 0, sizeof(camif->camif_crop)); s3c_camif_set_defaults()
1666 camif->camif_crop.width = CAMIF_DEF_WIDTH; s3c_camif_set_defaults()
1667 camif->camif_crop.height = CAMIF_DEF_HEIGHT; s3c_camif_set_defaults()
H A Dcamif-core.c154 struct v4l2_rect *camif_crop = &vp->camif->camif_crop; s3c_camif_get_scaler_config() local
155 int source_x = camif_crop->width; s3c_camif_get_scaler_config()
156 int source_y = camif_crop->height; s3c_camif_get_scaler_config()
H A Dcamif-core.h249 * @camif_crop: camera input interface crop rectangle
271 struct v4l2_rect camif_crop; member in struct:camif_dev
H A Dcamif-regs.c134 struct v4l2_rect *crop = &camif->camif_crop; camif_hw_set_camera_crop()

Completed in 108 milliseconds