Lines Matching full:768
139 if (crop->width > 768) { in omap_vout_new_window()
140 /* The OMAP2420 vertical resizing line buffer is 768 in omap_vout_new_window()
142 * 768 pixels then it cannot be vertically resized. in omap_vout_new_window()
145 crop->width = 768; in omap_vout_new_window()
206 * crop width wider than 768 pixels. in omap_vout_new_crop()
208 if (try_crop.width > 768) in omap_vout_new_crop()
209 try_crop.width = 768; in omap_vout_new_crop()
257 if (try_crop.width > 768) { in omap_vout_new_crop()
259 * 768 pixels wide. If the cropped image is wider in omap_vout_new_crop()
260 * than 768 pixels then it cannot be vertically resized. in omap_vout_new_crop()
263 try_crop.width = 768; in omap_vout_new_crop()