| 278 | STDMETHODIMP GetVideoProcessorCaps(LPGUID lpVideoProcessorMode, DXVA2_VideoProcessorCaps *lpVideoProcessorCaps) { return E_NOTIMPL; } |
| 279 | STDMETHODIMP GetVideoProcessorMode(LPGUID lpMode) { return E_NOTIMPL; } |
| 280 | STDMETHODIMP SetVideoProcessorMode(LPGUID lpMode) { return E_NOTIMPL; } |
| 281 | STDMETHODIMP GetProcAmpRange(DWORD dwProperty, DXVA2_ValueRange *pPropRange); |
| 282 | STDMETHODIMP GetProcAmpValues(DWORD dwFlags, DXVA2_ProcAmpValues *Values); |
| 283 | STDMETHODIMP GetFilteringRange(DWORD dwProperty, DXVA2_ValueRange *pPropRange) { return E_NOTIMPL; } |
nothing calls this directly
no outgoing calls
no test coverage detected