|
| WINE_DEFAULT_DEBUG_CHANNEL (quartz) |
|
static VideoRendererImpl * | impl_from_BaseWindow (BaseWindow *iface) |
|
static VideoRendererImpl * | impl_from_BaseRenderer (BaseRenderer *iface) |
|
static VideoRendererImpl * | impl_from_IBaseFilter (IBaseFilter *iface) |
|
static VideoRendererImpl * | impl_from_IVideoWindow (IVideoWindow *iface) |
|
static VideoRendererImpl * | impl_from_BaseControlVideo (BaseControlVideo *iface) |
|
static VideoRendererImpl * | impl_from_IBasicVideo (IBasicVideo *iface) |
|
static DWORD WINAPI | MessageLoop (LPVOID lpParameter) |
|
static BOOL | CreateRenderingSubsystem (VideoRendererImpl *This) |
|
static void | VideoRenderer_AutoShowWindow (VideoRendererImpl *This) |
|
static DWORD | VideoRenderer_SendSampleData (VideoRendererImpl *This, LPBYTE data, DWORD size) |
|
static HRESULT WINAPI | VideoRenderer_ShouldDrawSampleNow (BaseRenderer *This, IMediaSample *pSample, REFERENCE_TIME *pStartTime, REFERENCE_TIME *pEndTime) |
|
static HRESULT WINAPI | VideoRenderer_DoRenderSample (BaseRenderer *iface, IMediaSample *pSample) |
|
static HRESULT WINAPI | VideoRenderer_CheckMediaType (BaseRenderer *iface, const AM_MEDIA_TYPE *pmt) |
|
static HRESULT WINAPI | VideoRenderer_EndFlush (BaseRenderer *iface) |
|
static VOID WINAPI | VideoRenderer_OnStopStreaming (BaseRenderer *iface) |
|
static VOID WINAPI | VideoRenderer_OnStartStreaming (BaseRenderer *iface) |
|
static LPWSTR WINAPI | VideoRenderer_GetClassWindowStyles (BaseWindow *This, DWORD *pClassStyles, DWORD *pWindowStyles, DWORD *pWindowStylesEx) |
|
static RECT WINAPI | VideoRenderer_GetDefaultRect (BaseWindow *iface) |
|
static BOOL WINAPI | VideoRenderer_OnSize (BaseWindow *iface, LONG Width, LONG Height) |
|
static HRESULT WINAPI | VideoRenderer_GetSourceRect (BaseControlVideo *iface, RECT *pSourceRect) |
|
static HRESULT WINAPI | VideoRenderer_GetStaticImage (BaseControlVideo *iface, LONG *pBufferSize, LONG *pDIBImage) |
|
static HRESULT WINAPI | VideoRenderer_GetTargetRect (BaseControlVideo *iface, RECT *pTargetRect) |
|
static VIDEOINFOHEADER *WINAPI | VideoRenderer_GetVideoFormat (BaseControlVideo *iface) |
|
static HRESULT WINAPI | VideoRenderer_IsDefaultSourceRect (BaseControlVideo *iface) |
|
static HRESULT WINAPI | VideoRenderer_IsDefaultTargetRect (BaseControlVideo *iface) |
|
static HRESULT WINAPI | VideoRenderer_SetDefaultSourceRect (BaseControlVideo *iface) |
|
static HRESULT WINAPI | VideoRenderer_SetDefaultTargetRect (BaseControlVideo *iface) |
|
static HRESULT WINAPI | VideoRenderer_SetSourceRect (BaseControlVideo *iface, RECT *pSourceRect) |
|
static HRESULT WINAPI | VideoRenderer_SetTargetRect (BaseControlVideo *iface, RECT *pTargetRect) |
|
static VideoRendererImpl * | impl_from_IUnknown (IUnknown *iface) |
|
static HRESULT WINAPI | VideoRendererInner_QueryInterface (IUnknown *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | VideoRendererInner_AddRef (IUnknown *iface) |
|
static ULONG WINAPI | VideoRendererInner_Release (IUnknown *iface) |
|
static HRESULT WINAPI | VideoRenderer_QueryInterface (IBaseFilter *iface, REFIID riid, LPVOID *ppv) |
|
static ULONG WINAPI | VideoRenderer_AddRef (IBaseFilter *iface) |
|
static ULONG WINAPI | VideoRenderer_Release (IBaseFilter *iface) |
|
static HRESULT WINAPI | VideoRenderer_Pause (IBaseFilter *iface) |
|
static HRESULT WINAPI | BasicVideo_QueryInterface (IBasicVideo *iface, REFIID riid, LPVOID *ppvObj) |
|
static ULONG WINAPI | BasicVideo_AddRef (IBasicVideo *iface) |
|
static ULONG WINAPI | BasicVideo_Release (IBasicVideo *iface) |
|
static HRESULT WINAPI | VideoWindow_QueryInterface (IVideoWindow *iface, REFIID riid, LPVOID *ppvObj) |
|
static ULONG WINAPI | VideoWindow_AddRef (IVideoWindow *iface) |
|
static ULONG WINAPI | VideoWindow_Release (IVideoWindow *iface) |
|
static HRESULT WINAPI | VideoWindow_get_FullScreenMode (IVideoWindow *iface, LONG *FullScreenMode) |
|
static HRESULT WINAPI | VideoWindow_put_FullScreenMode (IVideoWindow *iface, LONG FullScreenMode) |
|
static VideoRendererImpl * | impl_from_IAMFilterMiscFlags (IAMFilterMiscFlags *iface) |
|
static HRESULT WINAPI | AMFilterMiscFlags_QueryInterface (IAMFilterMiscFlags *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | AMFilterMiscFlags_AddRef (IAMFilterMiscFlags *iface) |
|
static ULONG WINAPI | AMFilterMiscFlags_Release (IAMFilterMiscFlags *iface) |
|
static ULONG WINAPI | AMFilterMiscFlags_GetMiscFlags (IAMFilterMiscFlags *iface) |
|
HRESULT | VideoRenderer_create (IUnknown *pUnkOuter, void **ppv) |
|
HRESULT | VideoRendererDefault_create (IUnknown *pUnkOuter, LPVOID *ppv) |
|