|
| | WINE_DEFAULT_DEBUG_CHANNEL (quartz) |
| |
| static struct video_window * | impl_from_IVideoWindow (IVideoWindow *iface) |
| |
| static LRESULT CALLBACK | WndProcW (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) |
| |
| HRESULT | video_window_create_window (struct video_window *window) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_QueryInterface (IVideoWindow *iface, REFIID iid, void **out) |
| |
| ULONG WINAPI | BaseControlWindowImpl_AddRef (IVideoWindow *iface) |
| |
| ULONG WINAPI | BaseControlWindowImpl_Release (IVideoWindow *iface) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_GetTypeInfoCount (IVideoWindow *iface, UINT *count) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_GetTypeInfo (IVideoWindow *iface, UINT index, LCID lcid, ITypeInfo **typeinfo) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_GetIDsOfNames (IVideoWindow *iface, REFIID iid, LPOLESTR *names, UINT count, LCID lcid, DISPID *ids) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_Invoke (IVideoWindow *iface, DISPID id, REFIID iid, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *result, EXCEPINFO *excepinfo, UINT *error_arg) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_Caption (IVideoWindow *iface, BSTR caption) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_Caption (IVideoWindow *iface, BSTR *caption) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_WindowStyle (IVideoWindow *iface, LONG style) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_WindowStyle (IVideoWindow *iface, LONG *style) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_WindowStyleEx (IVideoWindow *iface, LONG style) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_WindowStyleEx (IVideoWindow *iface, LONG *style) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_AutoShow (IVideoWindow *iface, LONG AutoShow) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_AutoShow (IVideoWindow *iface, LONG *AutoShow) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_WindowState (IVideoWindow *iface, LONG state) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_WindowState (IVideoWindow *iface, LONG *state) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_BackgroundPalette (IVideoWindow *iface, LONG BackgroundPalette) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_BackgroundPalette (IVideoWindow *iface, LONG *pBackgroundPalette) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_Visible (IVideoWindow *iface, LONG visible) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_Visible (IVideoWindow *iface, LONG *visible) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_Left (IVideoWindow *iface, LONG left) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_Left (IVideoWindow *iface, LONG *left) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_Width (IVideoWindow *iface, LONG width) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_Width (IVideoWindow *iface, LONG *width) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_Top (IVideoWindow *iface, LONG top) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_Top (IVideoWindow *iface, LONG *top) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_Height (IVideoWindow *iface, LONG height) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_Height (IVideoWindow *iface, LONG *height) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_Owner (IVideoWindow *iface, OAHWND owner) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_Owner (IVideoWindow *iface, OAHWND *Owner) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_MessageDrain (IVideoWindow *iface, OAHWND Drain) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_MessageDrain (IVideoWindow *iface, OAHWND *Drain) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_BorderColor (IVideoWindow *iface, LONG *Color) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_BorderColor (IVideoWindow *iface, LONG Color) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_get_FullScreenMode (IVideoWindow *iface, LONG *FullScreenMode) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_put_FullScreenMode (IVideoWindow *iface, LONG fullscreen) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_SetWindowForeground (IVideoWindow *iface, LONG focus) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_SetWindowPosition (IVideoWindow *iface, LONG left, LONG top, LONG width, LONG height) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_GetWindowPosition (IVideoWindow *iface, LONG *left, LONG *top, LONG *width, LONG *height) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_NotifyOwnerMessage (IVideoWindow *iface, OAHWND hwnd, LONG message, LONG_PTR wparam, LONG_PTR lparam) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_GetMinIdealImageSize (IVideoWindow *iface, LONG *width, LONG *height) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_GetMaxIdealImageSize (IVideoWindow *iface, LONG *width, LONG *height) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_GetRestorePosition (IVideoWindow *iface, LONG *pLeft, LONG *pTop, LONG *pWidth, LONG *pHeight) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_HideCursor (IVideoWindow *iface, LONG hide) |
| |
| HRESULT WINAPI | BaseControlWindowImpl_IsCursorHidden (IVideoWindow *iface, LONG *CursorHidden) |
| |
| static struct video_window * | impl_from_IBasicVideo (IBasicVideo *iface) |
| |
| static HRESULT WINAPI | basic_video_QueryInterface (IBasicVideo *iface, REFIID iid, void **out) |
| |
| static ULONG WINAPI | basic_video_AddRef (IBasicVideo *iface) |
| |
| static ULONG WINAPI | basic_video_Release (IBasicVideo *iface) |
| |
| static HRESULT WINAPI | basic_video_GetTypeInfoCount (IBasicVideo *iface, UINT *count) |
| |
| static HRESULT WINAPI | basic_video_GetTypeInfo (IBasicVideo *iface, UINT index, LCID lcid, ITypeInfo **typeinfo) |
| |
| static HRESULT WINAPI | basic_video_GetIDsOfNames (IBasicVideo *iface, REFIID iid, LPOLESTR *names, UINT count, LCID lcid, DISPID *ids) |
| |
| static HRESULT WINAPI | basic_video_Invoke (IBasicVideo *iface, DISPID id, REFIID iid, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *result, EXCEPINFO *excepinfo, UINT *error_arg) |
| |
| static const VIDEOINFOHEADER * | get_video_format (struct video_window *window) |
| |
| static const BITMAPINFOHEADER * | get_bitmap_header (struct video_window *window) |
| |
| static HRESULT WINAPI | basic_video_get_AvgTimePerFrame (IBasicVideo *iface, REFTIME *reftime) |
| |
| static HRESULT WINAPI | basic_video_get_BitRate (IBasicVideo *iface, LONG *rate) |
| |
| static HRESULT WINAPI | basic_video_get_BitErrorRate (IBasicVideo *iface, LONG *rate) |
| |
| static HRESULT WINAPI | basic_video_get_VideoWidth (IBasicVideo *iface, LONG *width) |
| |
| static HRESULT WINAPI | basic_video_get_VideoHeight (IBasicVideo *iface, LONG *height) |
| |
| static HRESULT WINAPI | basic_video_put_SourceLeft (IBasicVideo *iface, LONG left) |
| |
| static HRESULT WINAPI | basic_video_get_SourceLeft (IBasicVideo *iface, LONG *left) |
| |
| static HRESULT WINAPI | basic_video_put_SourceWidth (IBasicVideo *iface, LONG width) |
| |
| static HRESULT WINAPI | basic_video_get_SourceWidth (IBasicVideo *iface, LONG *width) |
| |
| static HRESULT WINAPI | basic_video_put_SourceTop (IBasicVideo *iface, LONG top) |
| |
| static HRESULT WINAPI | basic_video_get_SourceTop (IBasicVideo *iface, LONG *top) |
| |
| static HRESULT WINAPI | basic_video_put_SourceHeight (IBasicVideo *iface, LONG height) |
| |
| static HRESULT WINAPI | basic_video_get_SourceHeight (IBasicVideo *iface, LONG *height) |
| |
| static HRESULT WINAPI | basic_video_put_DestinationLeft (IBasicVideo *iface, LONG left) |
| |
| static HRESULT WINAPI | basic_video_get_DestinationLeft (IBasicVideo *iface, LONG *left) |
| |
| static HRESULT WINAPI | basic_video_put_DestinationWidth (IBasicVideo *iface, LONG width) |
| |
| static HRESULT WINAPI | basic_video_get_DestinationWidth (IBasicVideo *iface, LONG *width) |
| |
| static HRESULT WINAPI | basic_video_put_DestinationTop (IBasicVideo *iface, LONG top) |
| |
| static HRESULT WINAPI | basic_video_get_DestinationTop (IBasicVideo *iface, LONG *top) |
| |
| static HRESULT WINAPI | basic_video_put_DestinationHeight (IBasicVideo *iface, LONG height) |
| |
| static HRESULT WINAPI | basic_video_get_DestinationHeight (IBasicVideo *iface, LONG *height) |
| |
| static HRESULT WINAPI | basic_video_SetSourcePosition (IBasicVideo *iface, LONG left, LONG top, LONG width, LONG height) |
| |
| static HRESULT WINAPI | basic_video_GetSourcePosition (IBasicVideo *iface, LONG *left, LONG *top, LONG *width, LONG *height) |
| |
| static HRESULT WINAPI | basic_video_SetDefaultSourcePosition (IBasicVideo *iface) |
| |
| static HRESULT WINAPI | basic_video_SetDestinationPosition (IBasicVideo *iface, LONG left, LONG top, LONG width, LONG height) |
| |
| static HRESULT WINAPI | basic_video_GetDestinationPosition (IBasicVideo *iface, LONG *left, LONG *top, LONG *width, LONG *height) |
| |
| static HRESULT WINAPI | basic_video_SetDefaultDestinationPosition (IBasicVideo *iface) |
| |
| static HRESULT WINAPI | basic_video_GetVideoSize (IBasicVideo *iface, LONG *width, LONG *height) |
| |
| static HRESULT WINAPI | basic_video_GetVideoPaletteEntries (IBasicVideo *iface, LONG start, LONG count, LONG *ret_count, LONG *palette) |
| |
| static HRESULT WINAPI | basic_video_GetCurrentImage (IBasicVideo *iface, LONG *size, LONG *image) |
| |
| static HRESULT WINAPI | basic_video_IsUsingDefaultSource (IBasicVideo *iface) |
| |
| static HRESULT WINAPI | basic_video_IsUsingDefaultDestination (IBasicVideo *iface) |
| |
| void | video_window_unregister_class (void) |
| |
| void | video_window_init (struct video_window *window, const IVideoWindowVtbl *vtbl, struct strmbase_filter *owner, struct strmbase_pin *pin, const struct video_window_ops *ops) |
| |
| void | video_window_cleanup (struct video_window *window) |
| |