Home | History | Annotate | Download | only in xvmc

Lines Matching refs:dpy

45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id,
59 assert(dpy);
70 for (unsigned int i = 0; i < XScreenCount(dpy); ++i) {
71 ret = XvQueryAdaptors(dpy, XRootWindow(dpy, i), &num_adaptors, &adaptor_info);
84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types);
181 Status XvMCCreateContext(Display *dpy, XvPortID port, int surface_type_id,
199 assert(dpy);
204 ret = Validate(dpy, port, surface_type_id, width, height, flags,
231 vscreen = vl_screen_create(dpy, scrn);
301 context->context_id = XAllocID(dpy);
317 Status XvMCDestroyContext(Display *dpy, XvMCContext *context)
323 assert(dpy);