Searched refs:win (Results 1 – 7 of 7) sorted by relevance
/hardware/libhardware/tests/hwc/ |
D | cnativewindow.c | 125 CNativeWindow *win = from_base(base); in cnw_set_swap_interval() local 126 if (win->fb && win->fb->setSwapInterval) in cnw_set_swap_interval() 127 return win->fb->setSwapInterval(win->fb, interval); in cnw_set_swap_interval() 132 CNativeWindow *win = from_base(base); in cnw_dequeue_buffer1() local 135 pthread_mutex_lock(&win->lock); in cnw_dequeue_buffer1() 137 while ((cnb = get_front(&win->free_buffer_queue)) == 0) { in cnw_dequeue_buffer1() 138 pthread_cond_wait(&win->cvar, &win->lock); in cnw_dequeue_buffer1() 146 pthread_mutex_unlock(&win->lock); in cnw_dequeue_buffer1() 180 static void hwc_post(CNativeWindow *win, aBuffer *buf, int ffd) { in hwc_post() argument 181 hwc_composer_device_1_t *hwc = win->hwc; in hwc_post() [all …]
|
D | util.h | 34 void cnw_destroy(struct CNativeWindow *win); 35 void cnw_info(struct CNativeWindow *win,
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 222 c->win.x, c->win.y, c->win.w, c->win.h, in dump_dsscomp() 444 oc->crop.w = oc->win.w = width; in omap4_hwc_setup_layer_base() 445 oc->crop.h = oc->win.h = height; in omap4_hwc_setup_layer_base() 478 oc->win.x = layer->displayFrame.left; in omap4_hwc_setup_layer() 479 oc->win.y = layer->displayFrame.top; in omap4_hwc_setup_layer() 480 oc->win.w = WIDTH(layer->displayFrame); in omap4_hwc_setup_layer() 481 oc->win.h = HEIGHT(layer->displayFrame); in omap4_hwc_setup_layer() 597 } crop, win; in crop_to_rect() local 602 win.xy[0] = cfg->win.x; win.xy[1] = cfg->win.y; in crop_to_rect() 603 win.wh[0] = cfg->win.w; win.wh[1] = cfg->win.h; in crop_to_rect() [all …]
|
/hardware/samsung_slsi/exynos5/include/ |
D | s5p_tvout_v4l2.h | 126 struct v4l2_window win; member
|
D | videodev2.h | 2212 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | videodev2.h | 2431 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
D | videodev2.h | 2067 struct v4l2_window win; member
|