Searched refs:GstGLAsyncDebug (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldebug.h | 57 GstGLAsyncDebug * gst_gl_async_debug_new (void); 59 void gst_gl_async_debug_free (GstGLAsyncDebug * ad); 61 void gst_gl_async_debug_init (GstGLAsyncDebug * ad); 63 void gst_gl_async_debug_unset (GstGLAsyncDebug * ad); 65 void gst_gl_async_debug_freeze (GstGLAsyncDebug * ad); 67 void gst_gl_async_debug_thaw (GstGLAsyncDebug * ad); 106 GST_GL_ASYNC_CAT_LEVEL_LOG(GstGLAsyncDebug * ad, GstDebugCategory * cat, in GST_GL_ASYNC_CAT_LEVEL_LOG() 124 void gst_gl_async_debug_output_log_msg (GstGLAsyncDebug * ad); 126 void gst_gl_async_debug_store_log_msg (GstGLAsyncDebug * ad, 135 void gst_gl_async_debug_store_log_msg_valist (GstGLAsyncDebug * ad, [all …]
|
D | gstgldebug.c | 121 _free_async_debug_data (GstGLAsyncDebug * ad) in _free_async_debug_data() 143 gst_gl_async_debug_init (GstGLAsyncDebug * ad) in gst_gl_async_debug_init() 158 gst_gl_async_debug_unset (GstGLAsyncDebug * ad) in gst_gl_async_debug_unset() 177 GstGLAsyncDebug * 180 return g_new0 (GstGLAsyncDebug, 1); in gst_gl_async_debug_new() 192 gst_gl_async_debug_free (GstGLAsyncDebug * ad) in gst_gl_async_debug_free() 210 gst_gl_async_debug_freeze (GstGLAsyncDebug * ad) in gst_gl_async_debug_freeze() 224 gst_gl_async_debug_thaw (GstGLAsyncDebug * ad) in gst_gl_async_debug_thaw() 436 gst_gl_async_debug_store_log_msg_valist (GstGLAsyncDebug * ad, in gst_gl_async_debug_store_log_msg_valist() 470 gst_gl_async_debug_output_log_msg (GstGLAsyncDebug * ad) in gst_gl_async_debug_output_log_msg() [all …]
|
D | gstgl_fwd.h | 107 typedef struct _GstGLAsyncDebug GstGLAsyncDebug; typedef
|
D | gstglquery.h | 56 GstGLAsyncDebug debug;
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_i386.h | 80 {"GstGLAsyncDebug", sizeof (GstGLAsyncDebug), 120},
|
D | struct_arm.h | 80 {"GstGLAsyncDebug", sizeof (GstGLAsyncDebug), 120},
|
D | struct_ppc64.h | 82 {"GstGLAsyncDebug", sizeof (GstGLAsyncDebug), 120},
|
D | struct_aarch64.h | 80 {"GstGLAsyncDebug", sizeof (GstGLAsyncDebug), 120},
|
D | struct_x86_64.h | 80 {"GstGLAsyncDebug", sizeof (GstGLAsyncDebug), 120},
|