|
ReactOS 0.4.17-dev-934-g091855f
|


Public Member Functions | |
| HRESULT | CreateVideoSurface (UINT width, UINT height, D3DFORMAT format, D3DPOOL pool, DWORD usage, DXVAHD_SURFACE_TYPE type, UINT count, IDirect3DSurface9 **surfaces, HANDLE *shared_handle) |
| HRESULT | GetVideoProcessorDeviceCaps (DXVAHD_VPDEVCAPS *caps) |
| HRESULT | GetVideoProcessorOutputFormats (UINT count, D3DFORMAT *formats) |
| HRESULT | GetVideoProcessorInputFormats (UINT count, D3DFORMAT *formats) |
| HRESULT | GetVideoProcessorCaps (UINT count, DXVAHD_VPCAPS *caps) |
| HRESULT | GetVideoProcessorCustomRates (const GUID *guid, UINT count, DXVAHD_CUSTOM_RATE_DATA *rates) |
| HRESULT | GetVideoProcessorFilterRange (DXVAHD_FILTER filter, DXVAHD_FILTER_RANGE_DATA *range) |
| HRESULT | CreateVideoProcessor (const GUID *guid, IDXVAHD_VideoProcessor **processor) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 189 of file dxvahd.idl.
| HRESULT IDXVAHD_Device::CreateVideoProcessor | ( | const GUID * | guid, |
| IDXVAHD_VideoProcessor ** | processor | ||
| ) |
| HRESULT IDXVAHD_Device::CreateVideoSurface | ( | UINT | width, |
| UINT | height, | ||
| D3DFORMAT | format, | ||
| D3DPOOL | pool, | ||
| DWORD | usage, | ||
| DXVAHD_SURFACE_TYPE | type, | ||
| UINT | count, | ||
| IDirect3DSurface9 ** | surfaces, | ||
| HANDLE * | shared_handle | ||
| ) |
| HRESULT IDXVAHD_Device::GetVideoProcessorCaps | ( | UINT | count, |
| DXVAHD_VPCAPS * | caps | ||
| ) |
| HRESULT IDXVAHD_Device::GetVideoProcessorCustomRates | ( | const GUID * | guid, |
| UINT | count, | ||
| DXVAHD_CUSTOM_RATE_DATA * | rates | ||
| ) |
| HRESULT IDXVAHD_Device::GetVideoProcessorDeviceCaps | ( | DXVAHD_VPDEVCAPS * | caps | ) |
| HRESULT IDXVAHD_Device::GetVideoProcessorFilterRange | ( | DXVAHD_FILTER | filter, |
| DXVAHD_FILTER_RANGE_DATA * | range | ||
| ) |