Lines Matching refs:cancellable
55 HANDLE cancellable; member
136 run_async (const ComPtr<Core::ICoreDispatcher> &dispatcher, HANDLE cancellable, in run_async() argument
175 event_handle[1] = cancellable; in run_async()
186 HANDLE cancellable, in get_panel_size() argument
195 hr = run_async (dispatcher, cancellable, DEFAULT_ASYNC_TIMEOUT, in get_panel_size()
237 self->storage->cancellable = CreateEvent (NULL, TRUE, FALSE, NULL); in gst_d3d11_window_swap_chain_panel_init()
275 storage->cancellable, storage->panel, &size); in gst_d3d11_window_swap_chain_panel_constructed()
292 storage->cancellable, DEFAULT_ASYNC_TIMEOUT, in gst_d3d11_window_swap_chain_panel_constructed()
334 storage->cancellable, DEFAULT_ASYNC_TIMEOUT, in gst_d3d11_window_swap_chain_panel_unprepare()
340 CloseHandle (storage->cancellable); in gst_d3d11_window_swap_chain_panel_unprepare()
421 storage->cancellable, INFINITE, in gst_d3d11_window_swap_chain_panel_create_swap_chain()
468 SetEvent (storage->cancellable); in gst_d3d11_window_swap_chain_panel_unlock()
480 ResetEvent (storage->cancellable); in gst_d3d11_window_swap_chain_panel_unlock_stop()
511 run_async (storage->dispatcher, storage->cancellable, INFINITE,[window] { in gst_d3d11_window_swap_chain_panel_on_resize()