Searched refs:try_win (Results 1 – 1 of 1) sorted by relevance
75 try_win.width += try_win.left; in omap_vout_try_window()76 try_win.left = 0; in omap_vout_try_window()79 try_win.height += try_win.top; in omap_vout_try_window()80 try_win.top = 0; in omap_vout_try_window()82 try_win.width = (try_win.width < fbuf->fmt.width) ? in omap_vout_try_window()84 try_win.height = (try_win.height < fbuf->fmt.height) ? 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()88 if (try_win.top + try_win.height > fbuf->fmt.height) in omap_vout_try_window()89 try_win.height = fbuf->fmt.height - try_win.top; in omap_vout_try_window()[all …]
Completed in 4 milliseconds