Home
last modified time | relevance | path

Searched refs:guintptr (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c43 static guintptr gst_gl_window_android_egl_get_display (GstGLWindow * window);
44 static guintptr gst_gl_window_android_egl_get_window_handle (GstGLWindow *
47 guintptr handle);
89 guintptr handle) in gst_gl_window_android_egl_set_window_handle()
96 static guintptr
101 return (guintptr) window_egl->native_window; in gst_gl_window_android_egl_get_window_handle()
142 static guintptr
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c45 static guintptr gst_gl_window_gbm_egl_get_window_handle (GstGLWindow * window);
46 static guintptr gst_gl_window_gbm_egl_get_display (GstGLWindow * window);
48 guintptr handle);
83 static guintptr
86 return (guintptr) GST_GL_WINDOW_GBM_EGL (window)->gbm_surf; in gst_gl_window_gbm_egl_get_window_handle()
90 static guintptr
99 G_GNUC_UNUSED guintptr handle) in gst_gl_window_gbm_egl_set_window_handle()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstglwindow_viv_fb_egl.c41 static guintptr gst_gl_window_viv_fb_egl_get_window_handle (GstGLWindow *
43 static guintptr gst_gl_window_viv_fb_egl_get_display (GstGLWindow * window);
45 guintptr handle);
111 static guintptr
154 static guintptr
157 return (guintptr) GST_GL_WINDOW_VIV_FB_EGL (window)->win_id; in gst_gl_window_viv_fb_egl_get_window_handle()
162 guintptr handle) in gst_gl_window_viv_fb_egl_set_window_handle()
Dgstgldisplay_viv_fb.c35 static guintptr gst_gl_display_viv_fb_get_handle (GstGLDisplay * display);
99 static guintptr
102 return (guintptr) GST_GL_DISPLAY_VIV_FB (display)->display; in gst_gl_display_viv_fb_get_handle()
/third_party/glib/glib/tests/
Dwin32.c42 guintptr be = (guintptr) 0xFFFFFFFF; in test_subst_pid_and_event()
141 guintptr event = (guintptr) _strtoui64 (argv[2], &end, 10); in veh_debugger()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.h158 guintptr (*get_display) (GstGLWindow *window);
159 void (*set_window_handle) (GstGLWindow *window, guintptr handle);
160 guintptr (*get_window_handle) (GstGLWindow *window);
202 void gst_gl_window_set_window_handle (GstGLWindow *window, guintptr handle);
204 guintptr gst_gl_window_get_window_handle (GstGLWindow *window);
275 guintptr gst_gl_window_get_display (GstGLWindow *window);
Dgstglcontext.h151 guintptr (*get_current_context) (void);
152 guintptr (*get_gl_context) (GstGLContext *context);
177 guintptr handle,
202 guintptr gst_gl_context_get_gl_context (GstGLContext *context);
233 guintptr gst_gl_context_get_current_gl_context (GstGLPlatform context_type);
Dgstglwindow.c114 guintptr handle;
379 guintptr handle;
435 gst_gl_window_set_window_handle (GstGLWindow * window, guintptr handle) in gst_gl_window_set_window_handle()
877 guintptr
897 guintptr
1151 gst_gl_dummy_window_set_window_handle (GstGLWindow * window, guintptr handle) in gst_gl_dummy_window_set_window_handle()
1158 static guintptr
1163 return (guintptr) dummy->handle; in gst_gl_dummy_window_get_window_handle()
1166 static guintptr
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/
Dgstglwindow_dispmanx_egl.c50 static guintptr gst_gl_window_dispmanx_egl_get_window_handle (GstGLWindow *
53 guintptr handle);
60 static guintptr gst_gl_window_dispmanx_egl_get_display (GstGLWindow * window);
174 static guintptr
180 return (guintptr) & window_egl->native; in gst_gl_window_dispmanx_egl_get_window_handle()
186 guintptr handle) in gst_gl_window_dispmanx_egl_set_window_handle()
352 static guintptr
359 return (guintptr) window_egl->egldisplay; in gst_gl_window_dispmanx_egl_get_display()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c55 guintptr handle);
56 static guintptr gst_gl_window_win32_get_display (GstGLWindow * window);
57 static guintptr gst_gl_window_win32_get_window_handle (GstGLWindow * window);
157 ", 0x%x", (guintptr) window_win32->internal_win_id, in gst_gl_window_win32_close()
188 (guintptr) window_win32->parent_win_id); in set_parent_win_id()
224 (guintptr) window_win32->parent_win_id); in release_parent_win_id()
294 (guintptr) window_win32->internal_win_id); in gst_gl_window_win32_create_window()
320 static guintptr
327 return (guintptr) window_win32->device; in gst_gl_window_win32_get_display()
330 static guintptr
[all …]
Dgstglwindow_win32.h67 guintptr external_gl_context, GError ** error);
68 gboolean (*share_context) (GstGLWindowWin32 *window, guintptr external_gl_context);
72 guintptr (*get_gl_context) (GstGLWindowWin32 *window);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideooverlay.h69 void (*set_window_handle) (GstVideoOverlay *overlay, guintptr handle);
93 guintptr handle);
99 guintptr handle);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl_device.c58 static guintptr gst_gl_display_egl_device_get_handle (GstGLDisplay * display);
79 static guintptr
84 return (guintptr) self->device; in gst_gl_display_egl_device_get_handle()
Dgstgldisplay_egl.c72 static guintptr gst_gl_display_egl_get_handle (GstGLDisplay * display);
133 gst_gl_display_egl_get_from_native (GstGLDisplayType type, guintptr display) in gst_gl_display_egl_get_from_native()
326 guintptr native_display; in gst_gl_display_egl_from_gl_display()
373 static guintptr
376 return (guintptr) GST_GL_DISPLAY_EGL (display)->display; in gst_gl_display_egl_get_handle()
Dgstglcontext_egl.h69 guintptr window_handle;
90 guintptr gst_gl_context_egl_get_current_context (void);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstgldisplay_wayland.c51 static guintptr gst_gl_display_wayland_get_handle (GstGLDisplay * display);
148 static guintptr
151 return (guintptr) GST_GL_DISPLAY_WAYLAND (display)->display; in gst_gl_display_wayland_get_handle()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/
Dgstgtk.c107 (guintptr) GDK_WINDOW_HWND (window)); in gst_video_overlay_set_gtk_window()
113 gst_video_overlay_set_window_handle (videooverlay, (guintptr) in gst_video_overlay_set_gtk_window()
127 (guintptr) gdk_wayland_window_get_wl_surface (window)); in gst_video_overlay_set_gtk_window()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstphysmemory.h51 guintptr (*get_phys_addr) (GstPhysMemoryAllocator * allocator, GstMemory * mem);
58 guintptr gst_phys_memory_get_phys_addr (GstMemory * mem);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c72 static guintptr gst_gl_window_x11_get_display (GstGLWindow * window);
73 guintptr gst_gl_window_x11_get_gl_context (GstGLWindow * window);
76 guintptr handle);
79 static guintptr gst_gl_window_x11_get_window_handle (GstGLWindow * window);
85 GstGLAPI gl_api, guintptr external_gl_context, GError ** error);
290 gst_gl_window_x11_set_window_handle (GstGLWindow * window, guintptr id) in gst_gl_window_x11_set_window_handle()
384 static guintptr
665 static guintptr
670 return (guintptr) window_x11->device; in gst_gl_window_x11_get_display()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c53 static guintptr gst_gl_context_wgl_get_gl_context (GstGLContext * context);
186 (guintptr) trampoline); in gst_gl_context_wgl_create_context()
284 (guintptr) context_wgl->wgl_context); in gst_gl_context_wgl_create_context()
421 static guintptr
424 return (guintptr) GST_GL_CONTEXT_WGL (context)->wgl_context; in gst_gl_context_wgl_get_gl_context()
513 guintptr
516 return (guintptr) wglGetCurrentContext (); in gst_gl_context_wgl_get_current_context()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/
Dgstglwindow_winrt_egl.cpp523 static guintptr gst_gl_window_winrt_egl_get_display (GstGLWindow * window);
524 static guintptr gst_gl_window_winrt_egl_get_window_handle (GstGLWindow *
527 guintptr handle);
588 guintptr handle) in gst_gl_window_winrt_egl_set_window_handle()
618 static guintptr
625 return (guintptr) window_egl->window; in gst_gl_window_winrt_egl_get_window_handle()
648 static guintptr
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcuvidloader.c68 int nPicIdx, guintptr * pDevPtr, unsigned int *pPitch,
71 guintptr DevPtr);
224 guintptr * pDevPtr, unsigned int *pPitch, CUVIDPROCPARAMS * pVPP) in CuvidMapVideoFrame()
233 CuvidUnmapVideoFrame (CUvideodecoder hDecoder, guintptr DevPtr) in CuvidUnmapVideoFrame()
Dgstcuvidloader.h67 guintptr * pDevPtr,
72 guintptr DevPtr);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglwindow_eagl.m43 static guintptr gst_gl_window_eagl_get_display (GstGLWindow * window);
44 static guintptr gst_gl_window_eagl_get_window_handle (GstGLWindow * window);
46 guintptr handle);
136 static guintptr
142 static guintptr
145 return (guintptr) GST_GL_WINDOW_EAGL (window)->priv->internal_view;
212 gst_gl_window_eagl_set_window_handle (GstGLWindow * window, guintptr handle)
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp79 gst_gl_context_new_wrapped (display, (guintptr) wglGetCurrentContext (), in initializeGL()
84 (guintptr) qt_current_nsopengl_context (), GST_GL_PLATFORM_CGL, in initializeGL()
88 gst_gl_context_new_wrapped (display, (guintptr) glXGetCurrentContext (), in initializeGL()

123456