Home
last modified time | relevance | path

Searched refs:GstDebugCategory (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/gstreamer/gstreamer/gst/
Dgst_private.h268 GST_API GstDebugCategory *GST_CAT_GST_INIT;
269 GST_API GstDebugCategory *GST_CAT_MEMORY;
270 GST_API GstDebugCategory *GST_CAT_PARENTAGE;
271 GST_API GstDebugCategory *GST_CAT_STATES;
272 GST_API GstDebugCategory *GST_CAT_SCHEDULING;
273 GST_API GstDebugCategory *GST_CAT_BUFFER;
274 GST_API GstDebugCategory *GST_CAT_BUFFER_LIST;
275 GST_API GstDebugCategory *GST_CAT_BUS;
276 GST_API GstDebugCategory *GST_CAT_CAPS;
277 GST_API GstDebugCategory *GST_CAT_CLOCK;
[all …]
Dgstinfo.h212 typedef struct _GstDebugCategory GstDebugCategory; typedef
348 typedef void (*GstLogFunction) (GstDebugCategory * category,
358 void gst_debug_log (GstDebugCategory * category,
367 void gst_debug_log_valist (GstDebugCategory * category,
377 void gst_debug_log_literal (GstDebugCategory * category,
388 GstDebugCategory *_gst_debug_category_new (const gchar * name,
395 GstDebugCategory *_gst_debug_get_category (const gchar *name);
401 void _gst_debug_dump_mem (GstDebugCategory * cat, const gchar * file,
427 gchar * gst_debug_log_get_line (GstDebugCategory * category,
436 void gst_debug_log_default (GstDebugCategory * category,
[all …]
Dgstinfo.c209 GstDebugCategory *GST_CAT_DEFAULT = NULL;
211 GstDebugCategory *GST_CAT_GST_INIT = NULL;
212 GstDebugCategory *GST_CAT_MEMORY = NULL;
213 GstDebugCategory *GST_CAT_PARENTAGE = NULL;
214 GstDebugCategory *GST_CAT_STATES = NULL;
215 GstDebugCategory *GST_CAT_SCHEDULING = NULL;
217 GstDebugCategory *GST_CAT_BUFFER = NULL;
218 GstDebugCategory *GST_CAT_BUFFER_LIST = NULL;
219 GstDebugCategory *GST_CAT_BUS = NULL;
220 GstDebugCategory *GST_CAT_CAPS = NULL;
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldebug.h40 GstDebugCategory *cat;
106 GST_GL_ASYNC_CAT_LEVEL_LOG(GstGLAsyncDebug * ad, GstDebugCategory * cat, in GST_GL_ASYNC_CAT_LEVEL_LOG()
127 GstDebugCategory * cat,
136 GstDebugCategory * cat,
170 GstDebugCategory * cat, GstDebugLevel level, const gchar * file, in gst_gl_async_debug_store_log_msg()
Dgstglquery.h136 gst_gl_query_start_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_start_log()
147 gst_gl_query_counter_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_counter_log()
Dgstglwindow_private.h27 G_GNUC_INTERNAL extern GstDebugCategory *gst_gl_window_debug;
Dgstglcontext_private.h27 G_GNUC_INTERNAL extern GstDebugCategory *gst_gl_context_debug;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dpbutils.c67 static GstDebugCategory *
73 GstDebugCategory *cat = NULL; in gst_pb_utils_ensure_debug_category()
80 return (GstDebugCategory *) cat_gonce; in gst_pb_utils_ensure_debug_category()
Dinstall-plugins.c278 static GstDebugCategory *
284 GstDebugCategory *cat = NULL; in gst_pb_utils_install_plugins_ensure_debug_category()
292 return (GstDebugCategory *) cat_gonce; in gst_pb_utils_install_plugins_ensure_debug_category()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstinfo.c36 printf_extension_log_func (GstDebugCategory * category, in printf_extension_log_func()
232 compare_gst_log_func (GstDebugCategory * category, GstDebugLevel level, in compare_gst_log_func()
268 GstDebugCategory *cat = NULL; in GST_START_TEST()
295 GstDebugCategory *cat = NULL; in GST_START_TEST()
376 GstDebugCategory *cat1 = NULL, *cat2 = NULL; in GST_START_TEST()
394 GstDebugCategory *states; in GST_START_TEST()
417 GstDebugCategory *states; in GST_START_TEST()
418 GstDebugCategory *caps; in GST_START_TEST()
472 GstDebugCategory *cats[10000] = { NULL, }; in GST_START_TEST()
Dstruct_sparc.h21 {"GstDebugCategory", sizeof (GstDebugCategory), 24},
Dstruct_ppc32.h21 {"GstDebugCategory", sizeof (GstDebugCategory), 16},
Dstruct_i386w.h21 {"GstDebugCategory", sizeof (GstDebugCategory), 16},
Dstruct_arm.h22 {"GstDebugCategory", sizeof (GstDebugCategory), 16},
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.h57 GstDebugCategory * cat,
68 GstDebugCategory * cat,
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.h57 GstDebugCategory *debug_category;
111 GstDebugCategory * cat);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11format.cpp33 static GstDebugCategory *
47 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
Dgstd3d11utils.cpp34 static GstDebugCategory *
48 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
518 _gst_d3d11_result (HRESULT hr, GstD3D11Device * device, GstDebugCategory * cat, in _gst_d3d11_result()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudautils.h31 _gst_cuda_debug(CUresult result, GstDebugCategory * category, in _gst_cuda_debug()
58 _gst_cuda_debug(CUresult result, GstDebugCategory * category,
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.h140 void rtp_ulpfec_log_rtppacket (GstDebugCategory * cat, GstDebugLevel l…
144 void rtp_ulpfec_log_fec_packet (GstDebugCategory * cat, GstDebugLevel l…
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideosink.c58 static GstDebugCategory *
64 GstDebugCategory *cat = NULL; in gst_video_sink_ensure_debug_category()
71 return (GstDebugCategory *) cat_gonce; in gst_video_sink_ensure_debug_category()
Dvideo-frame.c36 static inline GstDebugCategory *
39 static GstDebugCategory *cat = NULL; in video_frame_get_perf_category()
42 GstDebugCategory *c; in video_frame_get_perf_category()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopuscommon.h32 GstDebugCategory * category, const char *msg,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c48 static GstDebugCategory *
54 GstDebugCategory *cat = NULL; in gst_tag_ensure_debug_category()
61 return (GstDebugCategory *) cat_gonce; in gst_tag_ensure_debug_category()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.h46 GstDebugCategory * cat,

1234