Lines Matching refs:HWND
47 static LRESULT CALLBACK window_proc (HWND hWnd, UINT uMsg, WPARAM wParam,
49 static LRESULT FAR PASCAL sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam,
78 HWND internal_hwnd;
79 HWND external_hwnd;
120 static void gst_d3d11_window_win32_destroy_internal_window (HWND hwnd);
121 static void gst_d3d11_window_win32_release_external_handle (HWND hwnd);
390 gst_d3d11_window_win32_destroy_internal_window (HWND hwnd) in gst_d3d11_window_win32_destroy_internal_window()
428 gst_d3d11_window_win32_release_external_handle (HWND hwnd) in gst_d3d11_window_win32_release_external_handle()
496 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, self); in gst_d3d11_window_win32_create_internal_window()
528 HWND hwnd = self->external_hwnd ? self->external_hwnd : self->internal_hwnd; in gst_d3d11_window_win32_change_fullscreen_mode_internal()
590 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_on_key_event()
615 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_on_mouse_event()
665 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in gst_d3d11_window_win32_handle_window_proc()
746 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
803 sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in sub_class_proc()
862 GstD3D11Device * device, IDXGISwapChain * swap_chain, HWND hwnd) in gst_d3d11_window_win32_disable_alt_enter()
907 HWND hwnd, DXGI_SWAP_CHAIN_DESC1 * desc, in create_swap_chain_for_hwnd()
1031 self->external_hwnd = (HWND) handle; in gst_d3d11_window_win32_set_window_handle()