Lines Matching full:cropping
37 /* Return the default overlay cropping rectangle in crop given the image
39 * cropping rectangle is the largest rectangle no larger than the capture size
40 * that will fit on the display. The default cropping rectangle is centered in
108 * nearest supported configuration. The image cropping window in crop
130 /* Adjust the cropping window to allow for resizing limitation */ in omap_vout_new_window()
159 /* Given a new cropping rectangle in new_crop, adjust the cropping rectangle to
163 * window would fall outside the display boundaries, the cropping rectangle
166 * Returns zero if successful, or -EINVAL if the requested cropping rectangle is
179 /* adjust the cropping rectangle so it fits in the image */ in omap_vout_new_crop()
225 * cropping height to maintain the vertical resizing ratio. in omap_vout_new_crop()
244 * cropping width to maintain the horizontal resizing ratio. in omap_vout_new_crop()
272 /* update our cropping rectangle and we're done */ in omap_vout_new_crop()