Home
last modified time | relevance | path

Searched refs:GST_GL_DISPLAY (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstgldisplay_x11.c123 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()
Dgstglwindow_x11.c554 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/
Dgstgldisplay.c220 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()
Dgstgldisplay.h35 #define GST_GL_DISPLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_GL_DISPLAY,GstGL… macro
Dgstglupload.c1940 (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/
Dgsteglimage.c314 (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()
Dgstgldisplay_egl_device.c72 GstGLDisplay *display = GST_GL_DISPLAY (self); in gst_gl_display_egl_device_init()
Dgstglcontext_egl.c897 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/
DWPEThreadedView.cpp431 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/
Dgstgldownloadelement.c612 (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/
Dgstnvdecoder.c1339 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()
Dgstnvbaseenc.c528 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()
Dgstnvdec.c906 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()