Lines Matching refs:left
52 crop->left = ((pix->width - crop->width) >> 1) & ~1; in omap_vout_default_crop()
74 if (try_win.left < 0) { in omap_vout_try_window()
75 try_win.width += try_win.left; in omap_vout_try_window()
76 try_win.left = 0; in omap_vout_try_window()
86 if (try_win.left + try_win.width > fbuf->fmt.width) in omap_vout_try_window()
87 try_win.width = fbuf->fmt.width - try_win.left; in omap_vout_try_window()
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()
188 if (try_crop.left + try_crop.width > pix->width) in omap_vout_new_crop()
189 try_crop.width = pix->width - try_crop.left; in omap_vout_new_crop()
237 if (win->w.width + win->w.left > fbuf->fmt.width) { in omap_vout_new_crop()
242 win->w.width = (fbuf->fmt.width - win->w.left) & ~1; in omap_vout_new_crop()
293 win->w.left = ((fbuf->fmt.width - win->w.width) >> 1) & ~1; in omap_vout_new_format()