Searched refs:try_crop (Results 1 – 5 of 5) sorted by relevance
173 struct v4l2_rect try_crop; in omap_vout_new_crop() local177 try_crop = *new_crop; in omap_vout_new_crop()180 if (try_crop.left < 0) { in omap_vout_new_crop()181 try_crop.width += try_crop.left; in omap_vout_new_crop()182 try_crop.left = 0; in omap_vout_new_crop()184 if (try_crop.top < 0) { in omap_vout_new_crop()185 try_crop.height += try_crop.top; in omap_vout_new_crop()186 try_crop.top = 0; in omap_vout_new_crop()188 try_crop.width = (try_crop.width < pix->width) ? in omap_vout_new_crop()189 try_crop.width : pix->width; in omap_vout_new_crop()[all …]
25 struct v4l2_rect try_crop = { in imgu_subdev_open() local31 try_crop.width = in imgu_subdev_open()33 try_crop.height = in imgu_subdev_open()41 try_fmt->width = try_crop.width; in imgu_subdev_open()42 try_fmt->height = try_crop.height; in imgu_subdev_open()47 *v4l2_subdev_get_try_crop(sd, fh->pad, IMGU_NODE_IN) = try_crop; in imgu_subdev_open()48 *v4l2_subdev_get_try_compose(sd, fh->pad, IMGU_NODE_IN) = try_crop; in imgu_subdev_open()
632 struct v4l2_rect try_crop; member958 return &cfg[pad].try_crop; in v4l2_subdev_get_try_crop()
887 cur_crop = &cfg->try_crop; in __imx274_change_compose()1011 src_crop = &cfg->try_crop; in imx274_get_selection()1083 tgt_crop = &cfg->try_crop; in imx274_set_selection_crop()
2645 struct v4l2_rect *try_crop = in smiapp_open() local2649 smiapp_get_native_size(ssd, try_crop); in smiapp_open()2651 try_fmt->width = try_crop->width; in smiapp_open()2652 try_fmt->height = try_crop->height; in smiapp_open()2660 *try_comp = *try_crop; in smiapp_open()