Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/hw/vdpau/
H A Dsharpen.c99 err = vdp_get_x11(NULL, -1, &vdp, &device); in Open()
H A Davcodec.c154 err = vdp_get_x11(NULL, -1, &sys->vdp, &sys->device); in Open()
H A Dinstance.c145 VdpStatus vdp_get_x11(const char *display_name, int snum, in vdp_get_x11() function
H A Dvlc_vdpau.h188 VdpStatus vdp_get_x11(const char *name, int num, vdp_t **vdp, VdpDevice *dev);
H A Ddisplay.c435 VdpStatus err = vdp_get_x11(sys->embed->display.x11, in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_vdpau.c189 if (vdp_get_x11(tc->gl->surface->display.x11, -1, in Open()