|
| HRESULT | RegisterVideoProcessorSoftwareDevice ([in] void *pCallbacks) |
| |
| HRESULT | GetVideoProcessorDeviceGuids ([in] const DXVA2_VideoDesc *pVideoDesc, [out] UINT *pCount, [out] GUID **pGuids) |
| |
| HRESULT | GetVideoProcessorRenderTargets ([in] REFGUID VideoProcDeviceGuid, [in] const DXVA2_VideoDesc *pVideoDesc, [out] UINT *pCount, [out] D3DFORMAT **pFormats) |
| |
| HRESULT | GetVideoProcessorSubStreamFormats ([in] REFGUID VideoProcDeviceGuid, [in] const DXVA2_VideoDesc *pVideoDesc, [in] D3DFORMAT RenderTargetFormat, [out] UINT *pCount, [out] D3DFORMAT **pFormats) |
| |
| HRESULT | GetVideoProcessorCaps ([in] REFGUID VideoProcDeviceGuid, [in] const DXVA2_VideoDesc *pVideoDesc, [in] D3DFORMAT RenderTargetFormat, [out] DXVA2_VideoProcessorCaps *pCaps) |
| |
| HRESULT | GetProcAmpRange ([in] REFGUID VideoProcDeviceGuid, [in] const DXVA2_VideoDesc *pVideoDesc, [in] D3DFORMAT RenderTargetFormat, [in] UINT ProcAmpCap, [out] DXVA2_ValueRange *pRange) |
| |
| HRESULT | GetFilterPropertyRange ([in] REFGUID VideoProcDeviceGuid, [in] const DXVA2_VideoDesc *pVideoDesc, [in] D3DFORMAT renderTargetFormat, [in] UINT FilterSetting, [out] DXVA2_ValueRange *pRange) |
| |
| HRESULT | CreateVideoProcessor ([in] REFGUID VideoProcDeviceGuid, [in] const DXVA2_VideoDesc *pVideoDesc, [in] D3DFORMAT RenderTargetFormat, [in] UINT MaxNumSubStreams, [out] IDirectXVideoProcessor **ppVidProcess) |
| |
| HRESULT | CreateSurface ([in] UINT width, [in] UINT height, [in] UINT backBuffers, [in] D3DFORMAT format, [in] D3DPOOL pool, [in] DWORD usage, [in] DWORD dxvaType, [out] IDirect3DSurface9 **ppSurface, [in, out] HANDLE *pSharedHandle) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 694 of file dxva2api.idl.
◆ CreateVideoProcessor()
◆ GetFilterPropertyRange()
◆ GetProcAmpRange()
◆ GetVideoProcessorCaps()
◆ GetVideoProcessorDeviceGuids()
◆ GetVideoProcessorRenderTargets()
◆ GetVideoProcessorSubStreamFormats()
◆ RegisterVideoProcessorSoftwareDevice()
| HRESULT IDirectXVideoProcessorService::RegisterVideoProcessorSoftwareDevice |
( |
[in] void * |
pCallbacks | ) |
|
The documentation for this interface was generated from the following file: