Searched refs:GST_GL_DISPLAY (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstgldisplay_x11.c | 123 GST_GL_DISPLAY (ret)->event_source = xcb_event_source_new (ret); in gst_gl_display_x11_new() 124 g_source_attach (GST_GL_DISPLAY (ret)->event_source, in gst_gl_display_x11_new() 125 GST_GL_DISPLAY (ret)->main_context); in gst_gl_display_x11_new() 181 GstGLDisplay *display = GST_GL_DISPLAY (display_x11); in _find_window_from_xcb_window()
|
D | gstglwindow_x11.c | 554 gst_gl_display_remove_window (GST_GL_DISPLAY (display_x11), in gst_gl_window_x11_handle_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldisplay.c | 220 GstGLDisplay *display = GST_GL_DISPLAY (object); in gst_gl_display_dispose() 248 GstGLDisplay *display = GST_GL_DISPLAY (object); in gst_gl_display_finalize() 358 display = GST_GL_DISPLAY (gst_gl_display_cocoa_new ()); in gst_gl_display_new_with_type() 366 display = GST_GL_DISPLAY (gst_gl_display_wayland_new (NULL)); in gst_gl_display_new_with_type() 371 display = GST_GL_DISPLAY (gst_gl_display_x11_new (NULL)); in gst_gl_display_new_with_type() 384 display = GST_GL_DISPLAY (gst_gl_display_viv_fb_new (disp_idx)); in gst_gl_display_new_with_type() 390 display = GST_GL_DISPLAY (gst_gl_display_gbm_new ()); in gst_gl_display_new_with_type() 396 display = GST_GL_DISPLAY (gst_gl_display_egl_device_new (0)); in gst_gl_display_new_with_type() 400 display = GST_GL_DISPLAY (gst_gl_display_egl_new ()); in gst_gl_display_new_with_type()
|
D | gstgldisplay.h | 35 #define GST_GL_DISPLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_GL_DISPLAY,GstGL… macro
|
D | gstglupload.c | 1940 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in _egl_image_mem_unref() 2148 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in _nvmm_upload_perform()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 314 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (display_egl)); in _gst_egl_image_create() 405 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (display_egl)); in _gst_egl_image_destroy() 773 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (display_egl)); in gst_egl_image_check_dmabuf_direct() 1071 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (display_egl)); in gst_egl_image_export_dmabuf()
|
D | gstgldisplay_egl_device.c | 72 GstGLDisplay *display = GST_GL_DISPLAY (self); in gst_gl_display_egl_device_init()
|
D | gstglcontext_egl.c | 897 egl_display = gst_gl_display_get_handle (GST_GL_DISPLAY (egl->display_egl)); in gst_gl_context_egl_create_context() 1449 GST_GL_DISPLAY (gst_gl_display_egl_from_gl_display (context->display));
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.cpp | 431 gst.display = GST_GL_DISPLAY(gst_object_ref(display)); in WPEView() 446 … EGLDisplay eglDisplay = (EGLDisplay)gst_gl_display_get_handle (GST_GL_DISPLAY(gst.display_egl)); in WPEView()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 612 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in nv_buffer_egl_image_mem_unref() 663 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in gst_gl_buffer_pool_nvmm_alloc()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvdecoder.c | 1339 gst_gl_display_filter_gl_api (GST_GL_DISPLAY (decoder->gl_display), in gst_nv_decoder_handle_context_query() 1384 display = GST_GL_DISPLAY (decoder->gl_display); in gst_nv_decoder_ensure_gl_context()
|
D | gstnvbaseenc.c | 528 gst_gl_display_filter_gl_api (GST_GL_DISPLAY (nvenc->display), in gst_nv_base_enc_set_context() 555 gst_gl_display_filter_gl_api (GST_GL_DISPLAY (nvenc->display), in gst_nv_base_enc_sink_query() 735 gst_gl_display_filter_gl_api (GST_GL_DISPLAY (nvenc->display), in gst_nv_base_enc_start()
|
D | gstnvdec.c | 906 gst_gl_display_filter_gl_api (GST_GL_DISPLAY (nvdec->gl_display), in gst_nvdec_open() 1956 gst_gl_display_filter_gl_api (GST_GL_DISPLAY (nvdec->gl_display), in gst_nvdec_src_query()
|