Go to the documentation of this file.
168 #define VDP_FUNC_ID_PRESENTATION_QUEUE_TARGET_CREATE_X11 (VdpFuncId)(VDP_FUNC_ID_BASE_WINSYS + 0)
VdpStatus
The set of all possible error codes.
Definition: vdpau.h:1198
VdpStatus VdpPresentationQueueTargetCreateX11(VdpDevice device, Drawable drawable, VdpPresentationQueueTarget *target)
Create a VdpPresentationQueueTarget for use with X11.
Definition: vdpau_x11.h:160
VdpStatus VdpDeviceCreateX11(Display *display, int screen, VdpDevice *device, VdpGetProcAddress **get_proc_address)
Create a VdpDevice object for use with X11.
Definition: vdpau_x11.h:125
VdpDeviceCreateX11 vdp_device_create_x11
Create a VdpDevice object for use with X11. This is an actual symbol of type VdpDeviceCreateX11.
Definition: vdpau_x11.h:138
uint32_t VdpDevice
An opaque handle representing a VdpDevice object.
Definition: vdpau.h:1435
VdpStatus VdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer)
Retrieve a VDPAU function pointer.
Definition: vdpau.h:4848
uint32_t VdpPresentationQueueTarget
An opaque handle representing the location where video will be presented.
Definition: vdpau.h:4435