Home
last modified time | relevance | path

Searched refs:win (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/liboverlay/
Dv4l2_utils.c125 void dump_window(struct v4l2_window *win) in dump_window() argument
127 LOGI("window l: %d ", win->w.left); in dump_window()
128 LOGI("window t: %d ", win->w.top); in dump_window()
129 LOGI("window w: %d ", win->w.width); in dump_window()
130 LOGI("window h: %d\n", win->w.height); in dump_window()
151 dump_window(&format.fmt.win); in v4l2_overlay_dump_state()
225 static void configure_window(struct v4l2_window *win, int32_t w, in configure_window() argument
230 win->w.left = x; in configure_window()
231 win->w.top = y; in configure_window()
232 win->w.width = w; in configure_window()
[all …]