Home
last modified time | relevance | path

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

/hardware/libhardware/tests/hwc/
Dcnativewindow.c125 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 …]
Dutil.h34 void cnw_destroy(struct CNativeWindow *win);
35 void cnw_info(struct CNativeWindow *win,
/hardware/intel/common/libva/test/putsurface/
Dputsurface_x11.c75 Window root, win; in create_window() local
83 win = (Window)drawable_thread0; in create_window()
89 XSetNormalHints(x11_display, win, &sizehints); in create_window()
90 XSetStandardProperties(x11_display, win, "Thread 0", "Thread 0", in create_window()
93 XMapWindow(x11_display, win); in create_window()
95 context_thread0 = XCreateGC(x11_display, win, 0, 0); in create_window()
96 XSelectInput(x11_display, win, KeyPressMask | StructureNotifyMask); in create_window()
111 win = (Window)drawable_thread1; in create_window()
117 XSetNormalHints(x11_display, win, &sizehints); in create_window()
118 XSetStandardProperties(x11_display, win, "Thread 1", "Thread 1", in create_window()
[all …]
Dputsurface_android.cpp48 static int check_window_event(void *x11_display, void *win, int *width, int *height, int *quit);
/hardware/intel/common/libva/test/common/
Dva_display_x11.c62 Window win, rootwin; in ensure_window() local
79 win = XCreateSimpleWindow( in ensure_window()
85 if (!win) in ensure_window()
87 x11_window = win; in ensure_window()
/hardware/intel/common/libva/test/basic/
Dtest.c66 …Window win = XCreateSimpleWindow(dpy, RootWindow(dpy, 0), 0, 0, 720, 480, 0, 0, WhitePixel(dpy, 0)… in main() local
67 printf("Window = %08x\n", win); in main()
68 XMapWindow(dpy, win); in main()
71 vaPutSurface(va_dpy, surfaces[0], win, 0, 0, 720, 480, 0, 0, 720, 480, 0); in main()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c538 Window win; in psb_xrandr_create_full_screen_window() local
549win = XCreateSimpleWindow(psb_xrandr_info->dpy, DefaultRootWindow(psb_xrandr_info->dpy), destx, de… in psb_xrandr_create_full_screen_window()
557 XChangeProperty(psb_xrandr_info->dpy, win, MOTIF_WM_HINTS, MOTIF_WM_HINTS, sizeof(long) * 8, in psb_xrandr_create_full_screen_window()
564 XChangeWindowAttributes(psb_xrandr_info->dpy, win, valuemask, &attributes); in psb_xrandr_create_full_screen_window()
566 XMapWindow(psb_xrandr_info->dpy, win); in psb_xrandr_create_full_screen_window()
568 return win; in psb_xrandr_create_full_screen_window()
Dpsb_xvva.c319 static void psb__CheckDrawableType(Display *dpy, Window win, Drawable draw, int *type_ret)
328 if (win == draw) {
333 XQueryTree(dpy, win, &root_return, &parent_return, &child_return, &child_num);
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.c21 Window win = 0; variable
588 win = XCreateSimpleWindow(display, RootWindow(display, 0), 0, 0, in mix_videofmtenc_preview_initialize()
591 XMapWindow(display, win); in mix_videofmtenc_preview_initialize()
592 XSelectInput(display, win, KeyPressMask | StructureNotifyMask); in mix_videofmtenc_preview_initialize()
Dmixvideoformatenc_mpeg4.c21 Window win = 0; variable
645 win = XCreateSimpleWindow(display, RootWindow(display, 0), 0, 0, in mix_videofmtenc_mpeg4_initialize()
648 XMapWindow(display, win); in mix_videofmtenc_mpeg4_initialize()
649 XSelectInput(display, win, KeyPressMask | StructureNotifyMask); in mix_videofmtenc_mpeg4_initialize()
1586 va_status = vaPutSurface(va_display, surface, win, in mix_videofmtenc_mpeg4_process_encode()
Dmixvideoformatenc_h264.c21 Window win = 0; variable
660 win = XCreateSimpleWindow(display, RootWindow(display, 0), 0, 0, in mix_videofmtenc_h264_initialize()
663 XMapWindow(display, win); in mix_videofmtenc_h264_initialize()
664 XSelectInput(display, win, KeyPressMask | StructureNotifyMask); in mix_videofmtenc_h264_initialize()
1698 va_status = vaPutSurface(va_display, surface, win, in mix_videofmtenc_h264_process_encode()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp3431 Window win; in main()
3432 win = XCreateSimpleWindow(x11_display, RootWindow(x11_display, 0), 0, 0, in main()
3434 XMapWindow(x11_display, win); in main()
3437 va_status = vaPutSurface(va_dpy, surface_id, win, in main()
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h1237 struct v4l2_window win; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h1743 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h1236 struct v4l2_window win; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h1746 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h1871 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dvideodev2.h2131 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h1336 struct v4l2_window win; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dvideodev2.h1452 struct v4l2_window win; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h2431 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h2067 struct v4l2_window win; member