|
| | WINE_DEFAULT_DEBUG_CHANNEL (quartz) |
| |
| static struct video_renderer * | impl_from_video_window (struct video_window *iface) |
| |
| static struct video_renderer * | impl_from_strmbase_renderer (struct strmbase_renderer *iface) |
| |
| static struct video_renderer * | impl_from_IVideoWindow (IVideoWindow *iface) |
| |
| static const BITMAPINFOHEADER * | get_bitmap_header (const AM_MEDIA_TYPE *mt) |
| |
| static void | VideoRenderer_AutoShowWindow (struct video_renderer *This) |
| |
| static HRESULT | video_renderer_render (struct strmbase_renderer *iface, IMediaSample *pSample) |
| |
| static HRESULT | video_renderer_query_accept (struct strmbase_renderer *iface, const AM_MEDIA_TYPE *mt) |
| |
| static void | video_renderer_destroy (struct strmbase_renderer *iface) |
| |
| static HRESULT | video_renderer_query_interface (struct strmbase_renderer *iface, REFIID iid, void **out) |
| |
| static HRESULT | video_renderer_pin_query_interface (struct strmbase_renderer *iface, REFIID iid, void **out) |
| |
| static void | video_renderer_stop_stream (struct strmbase_renderer *iface) |
| |
| static void | video_renderer_init_stream (struct strmbase_renderer *iface) |
| |
| static HRESULT | video_renderer_connect (struct strmbase_renderer *iface, const AM_MEDIA_TYPE *mt) |
| |
| static void | video_renderer_get_default_rect (struct video_window *iface, RECT *rect) |
| |
| static HRESULT | video_renderer_get_current_image (struct video_window *iface, LONG *size, LONG *image) |
| |
| static HRESULT WINAPI | VideoWindow_get_FullScreenMode (IVideoWindow *iface, LONG *FullScreenMode) |
| |
| static HRESULT WINAPI | VideoWindow_put_FullScreenMode (IVideoWindow *iface, LONG fullscreen) |
| |
| static struct video_renderer * | impl_from_IOverlay (IOverlay *iface) |
| |
| static HRESULT WINAPI | overlay_QueryInterface (IOverlay *iface, REFIID iid, void **out) |
| |
| static ULONG WINAPI | overlay_AddRef (IOverlay *iface) |
| |
| static ULONG WINAPI | overlay_Release (IOverlay *iface) |
| |
| static HRESULT WINAPI | overlay_GetPalette (IOverlay *iface, DWORD *count, PALETTEENTRY **palette) |
| |
| static HRESULT WINAPI | overlay_SetPalette (IOverlay *iface, DWORD count, PALETTEENTRY *palette) |
| |
| static HRESULT WINAPI | overlay_GetDefaultColorKey (IOverlay *iface, COLORKEY *key) |
| |
| static HRESULT WINAPI | overlay_GetColorKey (IOverlay *iface, COLORKEY *key) |
| |
| static HRESULT WINAPI | overlay_SetColorKey (IOverlay *iface, COLORKEY *key) |
| |
| static HRESULT WINAPI | overlay_GetWindowHandle (IOverlay *iface, HWND *window) |
| |
| static HRESULT WINAPI | overlay_GetClipList (IOverlay *iface, RECT *source, RECT *dest, RGNDATA **region) |
| |
| static HRESULT WINAPI | overlay_GetVideoPosition (IOverlay *iface, RECT *source, RECT *dest) |
| |
| static HRESULT WINAPI | overlay_Advise (IOverlay *iface, IOverlayNotify *sink, DWORD flags) |
| |
| static HRESULT WINAPI | overlay_Unadvise (IOverlay *iface) |
| |
| HRESULT | video_renderer_create (IUnknown *outer, IUnknown **out) |
| |
| HRESULT | video_renderer_default_create (IUnknown *outer, IUnknown **out) |
| |