[go: nahoru, domu]

Searched defs:new_win (Results 1 - 1 of 1) sorted by relevance

/drivers/media/platform/omap/
H A Domap_voutlib.c57 /* Given a new render window in new_win, adjust the window to the
59 * returned in new_win.
64 struct v4l2_window *new_win)
68 /* make a working copy of the new_win rectangle */
69 try_win = new_win->w;
97 new_win->w = try_win;
98 new_win->field = V4L2_FIELD_ANY;
103 /* Given a new render window in new_win, adjust the window to the
107 * successful, new_win, vout->win, and crop are updated.
113 struct v4l2_window *new_win)
63 omap_vout_try_window(struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win) argument
111 omap_vout_new_window(struct v4l2_rect *crop, struct v4l2_window *win, struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win) argument
[all...]

Completed in 32 milliseconds