Searched refs:try_crop (Results 1 – 4 of 4) sorted by relevance
169 struct v4l2_rect try_crop; in omap_vout_new_crop() local173 try_crop = *new_crop; in omap_vout_new_crop()176 if (try_crop.left < 0) { in omap_vout_new_crop()177 try_crop.width += try_crop.left; in omap_vout_new_crop()178 try_crop.left = 0; in omap_vout_new_crop()180 if (try_crop.top < 0) { in omap_vout_new_crop()181 try_crop.height += try_crop.top; in omap_vout_new_crop()182 try_crop.top = 0; in omap_vout_new_crop()184 try_crop.width = (try_crop.width < pix->width) ? in omap_vout_new_crop()185 try_crop.width : pix->width; in omap_vout_new_crop()[all …]
641 struct v4l2_rect try_crop; member950 return &cfg[pad].try_crop; in v4l2_subdev_get_try_crop()
888 cur_crop = &cfg->try_crop; in __imx274_change_compose()1012 src_crop = &cfg->try_crop; in imx274_get_selection()1084 tgt_crop = &cfg->try_crop; in imx274_set_selection_crop()
2657 struct v4l2_rect *try_crop = in smiapp_open() local2661 smiapp_get_native_size(ssd, try_crop); in smiapp_open()2663 try_fmt->width = try_crop->width; in smiapp_open()2664 try_fmt->height = try_crop->height; in smiapp_open()2672 *try_comp = *try_crop; in smiapp_open()