VDPAU
Modules | Typedefs
VdpDevice; Primary API object

The VdpDevice is the root of the VDPAU object system. Using a VdpDevice object, all other object types may be created. See the sections describing those other object types for details on object creation. More...

Collaboration diagram for VdpDevice; Primary API object:

Modules

 VdpCSCMatrix; CSC Matrix Manipulation
 When converting from YCbCr to RGB data formats, a color space conversion operation must be performed. This operation is parameterized using a "color space conversion matrix". The VdpCSCMatrix is a data structure representing this information.
 

Typedefs

typedef uint32_t VdpDevice
 An opaque handle representing a VdpDevice object. More...
 
typedef VdpStatus VdpDeviceDestroy(VdpDevice device)
 Destroy a VdpDevice. More...
 

Detailed Description

The VdpDevice is the root of the VDPAU object system. Using a VdpDevice object, all other object types may be created. See the sections describing those other object types for details on object creation.

Note that VdpDevice objects are created using the Window System Integration Layer.

Typedef Documentation

◆ VdpDevice

typedef uint32_t VdpDevice

An opaque handle representing a VdpDevice object.

◆ VdpDeviceDestroy

typedef VdpStatus VdpDeviceDestroy(VdpDevice device)

Destroy a VdpDevice.

Parameters
[in]deviceThe device to destroy.
Returns
VdpStatus The completion status of the operation.